body {
	background: #a9a9ab url('None');
	font-family: verdana; 
	font-size: 10pt; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-top: 0px; 
}

text {
	font-family: "verdana";
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #111111;
}

p, table, td, th, textarea, tr, blockquote, li, ol, ul {
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #111111;
	max-width: 1000px;
}

h1, h2, h3, h4, h5, h6{
	font-family: verdana;
	font-weight: bold;
	color: #000000;
}

b, em {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
}

hr {
	background-color: #D0D0D0;
	border: 2px groove Gray;
	border-width: 1px 3px 3px 1px;
	height: 3px;	
}

a:link {font-family: verdana;
		}
		
a:visited {font-family: verdana;
		}
		
a:hover {font-family: verdana;
		}
		
a:active {font-family: verdana;
		}

.LeftNav a:link {font-family: "verdana Narrow";
		}
		
.LeftNav a:visited {font-family: "verdana Narrow";
		}
		
.LeftNav a:hover {font-family: "verdana Narrow";
		}
		
.LeftNav a:active {font-family: "verdana Narrow";
		}
		
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid #00416B;
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);
}