
.mainLinks {  text-decoration: bold;
            font-family: "tahoma";
            font-size: 10pt;
			line-height: 1.8;
			font-weight: bold; }			
.title {  text-decoration: bold;
             color: green; 
             font-family: "tahoma";
             font-size: 24pt;
             font-weight: heavy; }
.bold {  text-decoration: bold;
             color: black; 
             font-family: "tahoma";
             font-size: 14pt;
             font-weight: heavy; }
.whiteText {  text-decoration: bold;
             color: white; 
             font-family: "tahoma";
             font-size: 14pt;
             font-weight: heavy; }		
.lit { color: #9a3425;
		  text-decoration: underline; }		
		  	 	 
a:link { color: black;
text-decoration: none }
a:visited { color: black;
text-decoration: none }
a:hover { color: #9a3425;
		  text-decoration: underline }
a:active { color: #9a3425;
			text-decoration: underline; }
table#red_table	{  color: white; 
             font-family: "tahoma";
             font-size: 8pt;}	
table#red_table a:link {color: white;
text-decoration: underline}
table#red_table a:visited {color: white;
text-decoration: underline}
table#red_table a:hover {color: white;
text-decoration: underline}
table#red_table a:active {color: white;}

.WhiteUnderline {  text-decoration: underline;
             color: white; 
             font-family: "tahoma";}	
			 
.BlackUnderline {  text-decoration: underline;
             color: black; 
             font-family: "tahoma";}	
			 
.SmallBlackText {  text-decoration: none;
             color: black; 
             font-family: "tahoma";
             font-size: 8pt; }		
			 	 			 