body {
	topmargin: 10px;
	font-family: verdana, ariel, helvetica;
	background-color: #FFFFFF;
	font-size: 11px;
	color: black;
}


H2 {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: none;
	color: black;
	text-align: left;
	line-height: 1.3em;
	font-size: 12px;
}

p {
	line-height: 1.3em;
	font-size: 1em;
}

a {
	color: black;
	background-color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	background-color: #FFFFFF;
}

a:hover {
	background-color: #BBBBBB;
	color: black;
	text-decoration: none;
}

.bodytext {
	color:#000000;
	font-family:  verdana, ariel, helvetica;
	font-size: 11px;
	line-height: 15px;
}

 td {
margin: 0;
padding: 0;
}


img {
border: 0;
margin: 0;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 0px solid black;
padding: 8px;
background-color: white;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}