/* --------- BODY ------------ */
body {
	margin:20px 0px;padding:0px;	
	background-color:#99cc99;
	color:black;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
a:link  	{ color:#336633;text-decoration:underline; }
a:visited 	{ color:#336633;text-decoration:underline; }
a:hover 	{ color:#336633;text-decoration:underline; }
/* --------- MASTHEAD ------------ */
h3 {
	font-size:14px;
	font-weight:bold;
	color:#660099;
	margin:0px 0px 20px 0px;	
}
/* --------- CONTENT ------------ */
.container1 {
	background-color:#99cc99;
	border:1px solid #336633;
	width:786px;
	padding:2px;
	margin-left:auto;
	margin-right:auto;
}
.container2 {
	background-color:white;
	border:3px solid #336633;
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
h1 {	
	font-size:16px;
	font-weight:bold;
	color:#336633;
	margin:0px 0px 0px 0px;	
}
h2 {
	font-size:13px;
	font-weight:bold;
	color:#336633;
	margin:0px 0px 4px 0px;	
}
.txt {
	font-size:12px;
}
.txtBlue {
	font-size:12px;
	color:#003366;
}
/* --------- NAVIGATION ------------ */
.navTop {
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#006699;
}
a.navTop:link{
	font-size:12px;
	font-weight:bold;
	color:#FFFF99;
	text-decoration:none;
}
a.navTop:visited{
	font-size:12px;
	font-weight:bold;
	color:#FFFF99;
	text-decoration:none;
}
a.navTop:hover{
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:underline;
}
.navBot {
	font-size:11px;
	line-height:13px;
	text-align:center;
}