a:link {
	color: #0066CC.linkcolor#;
	text-shadow:Lime;
	font-weight:bold;
	font-style:normal;
}
a:visited {
	color: #0066CC;
	text-decoration:underline;
	font-weight:bold;
	font-style:normal;
}
a:hover {
	background-color:FFFF00;
	text-transform:capitalize;
	font-weight:bold;
	font-style:normal;
	text-decoration: underline;
	color: #0066CC;
	

}
a:active {
	color: #0066CC;
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000066;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.smlbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #0066CC;
}
.nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000033;
	cursor: crosshair;
	filter: Invert;
}

