/*
BODY, TD, P { font-family:Arial, sans-serif; font-size:0.8em; }
*/

/*.contenttext { font-size:0.8em; font-family:Arial, sans-serif; }*/

/* Stroke colored links */
a.linkcol1, a.linkcol1:visited { color: #000000 !important;	text-decoration: none !important; }
a.linkcol1:hover { color: #BA2F1B !important; text-decoration: underline; font-weight: bold; }

a.linkcol2, a.linkcol2:visited { color: #000000 !important;	text-decoration: none !important; }
a.linkcol2:hover { color: #ADA42C !important; text-decoration: underline; font-weight: bold; }

a.linkcol3, a.linkcol3:visited { color: #000000 !important;	text-decoration: none !important; }
a.linkcol3:hover { color: #3978DD !important; text-decoration: underline; font-weight: bold; }

a.linkdrk, a.linkdrk:visited { color: #000000 !important;	text-decoration: none !important; }
a.linkdrk:hover { text-decoration: underline; font-weight: bold; }

/* Stroke Pages - Header Title */
H1 { padding-left:20px; font-weight: bold; font-size:1.3em; font-family: Arial, Helvetica, sans-serif; }
H1 a, H1 a:visited, H1 a:hover { text-decoration: none; }
H1.red { color:#BA2F1B; } /*H1.red a, H1.red a:visited, H1.red a:hover { color:#BA2F1B; }*/
H1.green { color:#669933; } /*H1.green a, H1.green a:visited, H1.green a:hover { color:#669933; }*/
H1.blue { color:#005FA9; } H1.blue a, H1.blue a:visited, H1.blue a:hover { color:#005FA9; }
H1.grey { color:#666666; }

/* Stroke ToolTip */
#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px dashed #666666;
	padding: 4px;
	background-color: #FFFFEA;
	visibility: hidden;
	z-index: 100;
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
}

#dhtmlpointer { position:absolute; left: -300px; z-index: 101; visibility: hidden; }

/* dotted divider */
div.divider { border-bottom:1px dashed #CCCCCC; margin-top:20px; margin-bottom:0px; }

/* Stroke Footer-Disclaimer */
div.disclaimer {
	border-top:1px dashed #999;
	/*display:block;*/
	background-color:#EEE;
	padding:5px 10px 5px 10px; color:#757575; font-size:0.7em; font-family:Arial, Verdana, sans-serif;
}
div.disclaimer a, div.disclaimer a:visited {
	color:#666666;
}
div.disclaimer a:hover { color:#333; text-decoration:none; }

/* EOF */