/* ----------------------------- GLOBAL LAYOUT */

body {
	margin: 30px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;
	background-image: url(../images/shared/body_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 9pt;
	color: #999999;
	}

a {
	text-decoration: none;
	color: #6A8843;
	}
	
a:hover {
	color: #51621B;
	text-decoration: underline;
	}

h1 {
	font-size: 12pt;
	color: #333333;
	font-weight: normal;
	margin: 0px;
 	}
	
.style1 {
	color: #0099CC;
	font-weight: bold;
	}

.style2 {color: #171717
	}

