/* --------- BODY ------------ */
body {
	margin:127px 0px;padding:0px;
	background-color:white;	
	font-family:Trebuchet MS,Arial,Helvetica,sans-serif;
	color:#676767;
	}
a:link  	{ color:#3a6f8f;text-decoration:underline; }
a:visited 	{ color:#3a6f8f;text-decoration:underline; }
a:hover 	{ color:#676767;text-decoration:underline; }
/* --------- CONTENT ------------ */
.container {
	background-color:#3a6f8f;
	border:0px solid #3a6f8f;
	width:100%;
}
/* --------- NAVIGATION ------------ */
.navBot {
	font-size:11px;
	font-style:normal;
	color:#676767;	
	text-align:left;
}
a.navBot:link{
	color:#676767;
	text-decoration:none;
}
a.navBot:visited{
	color:#676767;
	text-decoration:none;
}
a.navBot:hover{
	color:#3a6f8f;
	text-decoration:none;
}