body { 
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	font-size: 10px; 
	font-family: Verdana,Tahoma,Arial,sans-serif; 
	}

a:link    { color: #990000; font-size: 10px; font-weight: bold; text-decoration: none; font-family: Verdana,Tahoma,Arial,sans-serif; }
a:visited { color: #990000; font-size: 10px; font-weight: bold; text-decoration: none; font-family: Verdana,Tahoma,Arial,sans-serif; }
a:active  { color: #red; font-size: 10px; font-weight: bold; text-decoration: none; font-family: Verdana,Tahoma,Arial,sans-serif; }
a:hover   { color: red; font-size: 10px; font-weight: bold; text-decoration: none; font-family: Verdana,Tahoma,Arial,sans-serif; }

/*  
    This is for the system title text.
*/

.bcText, .bcText a:link, .bcText a:active, .bcText a:visited, .bcText a:hover{ 
	color:       black;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size:   9px; 
	line-height: 11px; 
	font-weight: bold;
	 text-transform:uppercase;
	}
.bcText a:link    { color:  #990000; font-weight: bold;}
.bcText a:visited { color:  #990000; font-weight: bold;}
.bcText a:active  { color:  #red; font-weight: bold;}
.bcText a:hover   { color:  #red; font-weight: bold;} 

