body {
	background-color: White;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
h4 {
   font-size: 16px;
}
p {
	font-size: 12px;
	text-align: justify;
}
p.bottom {
   font-size: 10px;
	vertical-align: bottom;
}
table {
	background-color: transparent;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.black {
	background-color: black;
	color: White;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td.middletop {
	border-left-color: Black;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: Black;
	border-right-width: 1px;
	border-right-style: solid;
}
td.middle {
	border-left-color: Black;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: Black;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}
td.float {
	background-color: #464384;
	color: White;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
td.floatheader {
	background-color: #464384;
	color: White;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	font-style: italic;
}
td.middlebottom {
	border-left-color: Black;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: Black;
	border-right-width: 1px;
	border-right-style: solid;
	font-size: 10px;
	padding-left: 5px;
}
a {
	text-decoration: none;
	color: Navy;
	font-style: inherit;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.foot {
   color: White;
}
hr {
	width: 600px;
	color: Black;
	border-top: 0px solid Black;
	border-bottom: 1px solid Black;
	border-left: 0px;
	border-right: 0px;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
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); */
}


