
a:link
{ 
 text-decoration: none;
 font-family: Arial;
 font-size: 10pt;
 font-weight: bold;
 color: #000000
  }
  
a:visited
{ 
 font-family: Arial; 
 font-size: 10pt;
 font-weight: bold;
 color: #000000;
 text-decoration:none
  }

a:hover 
{ 
text-decoration: underline;
color: #9F0068;
font-family: Arial; 
font-size: 10pt 
}

/* Class Styles */

{
.left col
{
 bg color: #E2E2E2;
}

.pageHeader {
	font:16px arial;
	color: #000000;
	align: center;
	}
	
.navText {
	font:12px arial;
	color: #800000;
	font-weight:200;
		}
		
	.smallText {
	color: #333333;
	font-family: "Arial";
	font-size:10px;
	}
	
	.subHeader {
	font:12px arial;
	color: #333333;
	font-weight:bold;
	line-height:20px;
	}