/* Redefined Elements */
body,td{
	background-color: #FFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#699;
	font-weight: bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#699;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#699;
	font-weight: bold;
}
input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/* Custom Class Definitions */
.home {
	color: #000;
	line-height: 16px;
}
.error {
	color: #C00;
	font-weight: bold;
}
.tan {
	background-color: #9CC;
}
.blu {
	background-color: #667DDC;
}
.aqua {
	background-color: #9CC;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}
.boxtop {
	background-color: #667DDC;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.gry {
	background-color: #EBEBEB;
}
.dgry {
	background-color: #666;
}
.wht {
	background-color: #FFF;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color : #667DDC;
	font-size: 10px;
}
.sm{
	font-size: 10px;
	font-style: italic;
}
.sideNav{
	font-weight: bold;
	color: #666;
}
.bodytitles{
	color: #699;
	font-weight: bold;
}
.bodyText{
	color: #000;
}

/* Custom Link Definitions */
a{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a:link{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #9CC;
	font-weight: bold;
}
a.aqua{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a.aqua:link{
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a.aqua:hover{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
a.sideNav{
	text-decoration: none;
	font-weight: bold;
	color: #699;
}
a.sideNav:link{
	text-decoration: none;
	font-weight: bold;
	color: #699;
}
a.sideNav:hover{
	text-decoration: underline;
	color: #699;
	font-weight: bold;
}
a.home{
	text-decoration: none;
	font-weight: bold;
	color: #99CCFF;
}
a.home:link{
	text-decoration: none;
	font-weight: bold;
	color: #039;
}
a.home:hover{
	text-decoration: underline;
	color: #039;
	font-weight: bold;
}
a.footer{
	text-decoration: none;
	color: #000;
}
a.footer:link{
	text-decoration: none;
	color: #000;
}
a.footer:hover{
	text-decoration: underline;
	color: #000;
}

