.menutext{
	font-family : Arial;
	font-size : 16;
	font-weight : bold;
	color : #5AA820;
}
A,  A:VISITED {
	font-family : Arial;
	font-size : 16;
	font-style : bold;
	text-decoration : none;
	color : #5AA820;
}

A:HOVER{
	font-family : Arial;
	font-size : 16;
	font-style : bold;
	text-decoration : none;
	color : #E8150E;
}
A,  A:ACTIVE{
	font-family : Arial;
	font-size : 16;
	font-style : bold;
	text-decoration : none;
	color : #5AA820;
}
A.underline 
{ color : #10147E;
  text-decoration: none;
  font-size:12px; 
  font-weight:bold;
 FONT-FAMILY: Helvetica; 
}
A:hover.underline
{ color : #888abf;
  text-decoration: underline; 
  font-size:12px;
  font-weight:bold;
  FONT-FAMILY: Helvetica; 
}
.head1
{
	font-family : Arial;
	font-size : 20;
	font-style : bold;
	color : #416588;
	font-weight : bold;
}
.head2
{
	font-family : Arial;
	font-size : 20;
	font-style : bold;
	color : #E8150E;
	font-weight : bold;
}
.head3
{
	font-family : Verdana;
	font-size : 22;
	color : #E8150E;
	font-weight : bold;
}
.sitetabletitle
{
	font-family : Verdana;
	font-size : small;
	font-style : normal;
	color : White;
	font-weight : bold;
}
.text1
{
	font-family : Verdana;
	font-size : x-small;
	font-style : normal;
	color : #0E3192;
}
.text2
{
	font-family : Verdana;
	font-size : 12;
	font-weight : bold;
	color : #ffffff;
}
.small {
	color:#918E8E;
	font-family: Arial, Helvetia, sans-serif;
	font-size: 8pt
}
.tiny {
	font-family: Arial, Helvetia, sans-serif;
	font-size: 7pt;
}
.infoBox {
  background: #5AA820;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}