h2
{
	font-family: "arial narrow";
	font-size: 16pt;
	color: #000000;
}
h5
{
	font-family: "Tahoma"
	font-size: 10px;
	color: #191970;
}
body
{
	background-color #FFFFFF;
	/*background-color :#000080;*/
} 

p,a,ul,table
{
	font-family: Arial;
	font-size: 9pt;
	color: #5959B7;
}

.smallText
{
	font-family:Arial;	
	font-size: 8pt;
	color: gray;
}

.boldYellowText
{
	 font-weight: bold; 
	 color: #000000;
}
.black
{
	color: #33cc11;
}


.blueTableRow
{
	background-color: #5959B7;
	color: white;
}

.blackTableRow
{
	background-color:black;
	color: white;
}


ul
{
	/*list-style: square inside url(../Images/yellow-bullet.gif);*/
	list-style : square;
}

a.small
{
	font-family:Arial;
	font-size:8pt;
}

a:link   {color:#191970} /*00ddff*/
a:visited{color:#191970}
a:hover  {color:gray}
a:active {color:#ff6633}  



a.green:link {color:#33cc11} 
a.green:visited {color:#33cc11} 
a.green:hover {color:#191970} 
a.green:active {color:#339922} 
