.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}

h1 {
	font-family: Arial, sans-serif, Helvetica, Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 6px;
}

a.black:visited, a.black:active, a.black:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #970507;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;

}

#dhtmltooltip{
			font-family: Verdana, Arial;
			font-size: 10px;
			color: #000000;
			position: absolute;
			width: 150px;
			border: 1px solid #000000;
			padding: 10px;
			background-color: #94C6E9;
			visibility: hidden;
			z-index: 100;
			/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*			filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
		}

a.black:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #970507;
	line-height: 14px;
	text-decoration: underline;
}

.white {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #ffffff}

a.white:visited, a.white:active, a.white:link {
	text-decoration: none;
	color: #ffffff;
}

a.white:hover {
	text-decoration: underline;
	color: #ffffff;
}

td.dotted {background-image:url(/images/dots_gray.gif); height:1px}
td.dottedvertical {background-image:url(/images/dots_gray_vertical.gif); height:1px}















.body_text {
	font-weight: normal; 
	font-size: 10px;
	color: #000000; 
	font-family: verdana, Helvetica, Sans-serif;
	line-height: 14px;
}

a.body_text:visited, a.body_text:active, a.body_text:link {
	font-weight: normal; 
	font-size: 10px;
	color: #000000; 
	font-family: Verdana, Helvetica, Sans-serif;
	line-height: 14px;
	text-decoration: underline;
}

a.body_text:hover{
	font-weight: normal; 
	font-size: 10px;
	color: #000000; 
	font-family: Verdana, Helvetica, Sans-serif;
	line-height: 14px;
	text-decoration: none;
}

input.formfields {
	font-weight: normal; 
	font-size: 10px;
	color: #000000; 
	font-family: Verdana, Helvetica, Sans-serif;
	border: 1px solid #000000;
	line-height: 14px;
	width: 250px;
}
input.formfieldsfirstname {
	font-weight: normal; 
	font-size: 10px;
	color: #000000; 
	font-family: Verdana, Helvetica, Sans-serif;
	border: 1px solid #000000;
	line-height: 14px;
	width: 196px;
}

textarea.formfields {
	font-weight: normal; 
	font-size: 10px;
	color: #000000; 
	font-family: Verdana, Helvetica, Sans-serif;
	border: 1px solid #000000;
	line-height: 14px;
	width: 438px;
	height:100px;
}
