/* --------- BODY ------------ */
body {
	margin:10px 0px; padding:0px;
	background-color:#335C85;
	background-position:top center;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#335C85;
	}
a:link  	{ color:#503385;text-decoration:underline; }
a:visited 	{ color:#503385;text-decoration:underline; }
a:hover 	{ color:#333333;text-decoration:underline; }
/* --------- TABLES ------------ */
.container1 {
	border:3px solid #ffffff;
	width:786px;	
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
/* --------- CONTENT ------------ */
h1 {
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	margin:10px 0px 20px 0px;
}
h2 {
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
.txt {
	font-size:12px;
	line-height:15px;
	text-align:left;
	vertical-align:top;
}
img {
	border:0px;
}
.alignCenter {
	text-align:center;
}
strong {
	font-weight:bold;
	font-style:none;
} 
/* --------- SEARCH ------------ */
.search {
	font-size:12px;
	text-align:right;
}
/* --------- NAVIGATION ------------ */
.navBot {
	font-size:11px;
	color:white;
	text-align:center;
}
a.navBot:link{
	font-size:11px;
	color:white;
	text-decoration:none;
}
a.navBot:visited{
	font-size:11px;
	color:white;
	text-decoration:none;
}
a.navBot:hover{
	font-size:11px;
	color:#ffff66;
	text-decoration:underline;
}