BODY, TD, TH, P {color: black; background: white; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px}

body {
	color: black;
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: black;
	font-weight: bold;	
}
a:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;	
}
a:active {
	text-decoration: underline;
	color: black;
	font-weight: bold;	
}

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;

}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #ffffff;
}

//.header {
//	display: none
//}
