/* --------- BODY ------------ */
body {
	margin:0px 0px; padding:0px;
	background-color:white;
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	color:black;
	}
a:link  	{ color:#0072b9;text-decoration:underline; }
a:visited 	{ color:#0072b9;text-decoration:underline; }
a:hover 	{ color:red;text-decoration:underline; }
/* --------- CONTENT ------------ */
h1 {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
.txtSmall {
	font-size:11px;
}
.txt {
	font-size:14px;
}
.txtLarge {
	font-size:16px;
}
/* --------- SPECIAL ITEMS ------------ */
.txtNews {
	font-size:16px;
}
.txtForms {
	font-size:13px;
}
/* --------- NAVIGATION ------------ */
.txtTop {
	font-size:12px;
	font-weight:bold;
}
.navTop {
	font-size:12px;
	font-weight:bold;
	color:white;
}
a.navTop:link{
	font-size:14px;
	font-weight:bold;
	color:#ffff00;
	text-decoration:none;
}
a.navTop:visited{
	font-size:14px;
	font-style:bold;
	font-weight:bold;
	color:#ffff00;
	text-decoration:none;
}
a.navTop:hover{
	font-size:14px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
a.navLeft:link{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#ffff00;
	text-decoration:none;
}
a.navLeft:visited{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:#ffff00;
	text-decoration:none;
}
a.navLeft:hover{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	color:white;
	text-decoration:none;
}