a:hover
{
	color: red;	
}

a:link
{
	color: Blue;
}

a:visited
{
	color: Black;
	text-decoration: none;
}

BODY, P 
{   
	font-family: verdana, arial; 
	background-color: #FFFFFF;
	color:	#000000;
	font-size: 10pt;
	margin: 0px;
}

.botBorder
{
	border-bottom: solid 1px #000000;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
	font-size: 8pt;
}

h1
{
	font-family: verdana;
	color: #1D2F68;   
	text-align: left    
}

h2
{
	color: #990000; 
	font-family: Verdana;
	text-align: left;
	font-size: 20pt;	
}

.title
{
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-variant: small-caps;
	font-weight: bold;	
	color: #000000;	
}

.mainContent
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #000000;	
}

.footer-center 
{
	text-align: center;
	font-size:  80%;
}

.centralNav
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: small-caps;
	COLOR: white;
	CURSOR: hand;
	padding-top: 5px 
}

.footer-left 
{
        text-align: left;
        font-size:  80%;
}   

.footer-right 
{
        text-align: right;
        font-size:  80%;
}   

td.buttons 
{ 
	width: 100px;
}

.horzGradient 
{
	FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#FFFFFF', EndColorStr='SteelBlue');
}

.revHorzGradient
{
	FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='SteelBlue', EndColorStr='#FFFFFF');
}

.scrollDIV
{
	height: 100%;
	width: 100%;
	overflow: auto;	
}

.smallText
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: small-caps;
}

td.fullcolumn 
{
	width: 400px;
}

td.column 
{
	width: 270px;
	text-align: left;
}

td.text 
{
	width: 48%;
	text-align: left;
}

td.announcement 
{
      background-color: beige; 
      text-align: left; 
      width: 150px;
}
td.announcement 
{
	  background-color: beige;
	  text-align: justify;
}
.item 	
{ 
	font-size: 9.5pt; 
	margin-right: 0em; 
	margin-top: 6px; 
}

SUB
{    font-family:Verdana;
	 background-color:steelblue;
	 font-size:x-small;
	 padding:bottom;
}
