BODY, TD, P, h1, h2, h3 {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	color : #545454;
}

.float {float : left; margin-left : 3px; margin-right: 10px; margin-top: 3px;}


TD.dottedV {
	background-image: url(/images/dotted_vertical.gif);
	background-repeat: repeat-y;
}


TD.dottedH {
	background-image: url(/images/dotted_horizontal.gif);
	background-repeat: repeat-x;
}

A, A:Visited {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : #5090bc;
}

A:Hover, A:Active {
	font-size : 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #5090bc;
}


A.topNav, A.topnav:Hover, A.topNav:Active, A.topNav:Visited {
	font-size : 10px;
	font-family : Arial;
	text-decoration : none;
	font-weight: bold;
	color : #efefef;
}

A.footer, A.footer:Visited {
	font-size : 10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration : underline;
	color : #666666;
}

A.footer:Hover, A.footer:Active {
	font-size : 10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #666666;
}


A.leftnav, A.leftnav:Visited {
	font-size : 11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #01669D;
}

A.leftnav:Hover, A.leftnav:Active {
	font-size : 11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration : none;
	color : #01669D;
}


td.footer {

	font-size : 10px;
	font-family : Verdana;
	color : #FFFFFF;

}

A.copyright, A.copyright:Visited {
	font-size : 10px;
	font-weight: normal;
	font-family : Verdana;
	text-decoration : underline;
	color : #FFFFFF;
}

A.copyright:Hover, A.copyright:Active {
	font-size : 10px;
	font-weight:normal;
	font-family : Verdana;
	text-decoration : none;
	color : #FFFFFF;
}

INPUT.text {
	font-size : 10px;
	font-weight: bold;
	font-family : Verdana;
	color : #000000;
	width : 117px;
	height : 17px;
	border-color : #9DB9C8;
	border-style : inset;

}

INPUT.survey, select.survey {
	font-size:11px;
	font-family:Verdana;
	width:140px;
	border:#cccccc 1px solid;
	color:#01699D;

}

.required {
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}