P.main
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Red;
	font-weight : lighter;
}


TD.search{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Black;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt; font-weight: bold;
	color :Red;
}

H2.red {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt; font-weight: bold;
	color :Red;
}

A {
	text-decoration: underline;
	color: white;
}

A:Hover {
	text-decoration: underline;
	color: black;
}

A:VISITED {
	text-decoration: underline;
	color: white;
}

A.blue {
	text-decoration: underline;
	color: blue;
}

A:Hover.blue {
	text-decoration: underline;
	color: green;
}

A:VISITED.blue {
	text-decoration: underline;
	color: purple;
}


TD  { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
 } 

 TH{
font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	font-weight : bold;
}
 
 