BODY,H1,H2,H3,P,TD,INPUT,TEXTAREA,A{
	font-family: verdana, arial, sans-serif;
}
BODY{
	margin: 20;
	font-weight: normal;
}
H1{
	font-size: 24px;
	font-weight: bold;
	color: #666;
}
H2{
	font-weight: bold;
	font-size: 18px;
	color: #C90;
}
P, LI {
  font-size: 11px;
	line-height:1.75;
}
TD {
	font-size: 11px;
}
INPUT, TEXTAREA {
	font-size: 11px;
}
A:link, A:visited {
	text-decoration: none;
	color: #006DBD;
}
A:hover, A:visited:hover {
	text-decoration: underline;
}
A.sideNav:link, A.sideNav:visited, A.sideNav:hover, A.sideNav:visited:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.sideNav:link, A.sideNav:visited {
	color: #006DBD;
}
A.sideNav:hover, A.sideNav:visited:hover {
	color: #FFF;
}
.small {
	font-size: 9px;
}
.error {
	font-weight: bold;
	color: #F00;
}
