body         {
	font-family: Arial;
	font-size: 11pt;
	margin: 0px;	
}
h1           { font-family: Arial; font-size: 18pt; color: Black}
h2           { font-family: Arial; font-size: 15pt; color: Black; font-weight: bold }
h3           { font-family: Arial; font-size: 11pt; color: Black}
h5           { font-family: Arial; font-size: 7pt; }
h6 {
	font-size: smaller;
	font: Tahoma;
}
.style3 {
	font-size: 9pt;
	font-weight: bold;
	color: white;
	padding-left: 5px;
}
.blue { 	font-family: Arial; font-size: 18pt; color: Blue }
.bluenormal { font-family: Arial; font-size: 14pt; color: Blue }
.green { 	font-family: Arial; font-size: 14pt; color: Green }

table.maintable {
	background-color: White;
	width: 800px;
}
td.maintext {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.red {
		font-family: Arial;
		font-size: 11pt; 
		color: red 
}
.redlarge {
		font-family: Arial;
		font-size: 18pt; 
		color: red 
}
.highlight {
 		background-color: rgb(255,255,0);
		font-weight: bold;
}
.table {
		border: thin solid Black;
		padding-left: 10px;
		font-family: Arial; font-size: 18pt; color: Blue;
		width: 80%;
}