body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Tahoma;
	color: black;
}
tr,td,th {
	background-color: white;
	font-family: Tahoma;
	color: black;
}
a {
	font-family: Tahoma;
}
a:link {
	color: blue;
}
a:visited {
	color: darkblue;
}
a:active {
	color: lightblue;
}
a:hover {
	color: lightblue;
}
h1,h2,h3,h4,h5 {
	font-family: Tahoma;
	color: black;
	text-align: left;
}
h1 {	
	font-size: 14pt; 
	font-weight: normal; 
}
h2 {	
	font-size: 12pt; 
	font-weight: bold; 
}
h3 {	
	font-size: 12pt; 
	font-weight: normal; 
}
h4 {	
	font-size: 11pt;
	font-weight: normal; 
}
h5 {	
	font-size: 10pt;
	font-weight: normal; 

}
