/* CSS Document */
a:link 	  { text-decoration:none; }
a:active  { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover	  { text-decoration:underline; }

.txt10 { font:10px Arial, Helvetica, sans-serif; }
.txt11 { font:11px Arial, Helvetica, sans-serif; }
.txt12 { font:12px Arial, Helvetica, sans-serif; }
.txt13 { font:13px Arial, Helvetica, sans-serif; }
.txt14 { font:14px Arial, Helvetica, sans-serif; }
.txt16 { font:16px Arial, Helvetica, sans-serif; }
.txt18 { font:18px Arial, Helvetica, sans-serif; }
.txt20 { font:20px Arial, Helvetica, sans-serif; }
.txt24 { font:24px Arial, Helvetica, sans-serif; }
.txt26 { font:26px Arial, Helvetica, sans-serif; }

.right 	{ text-align:right;		}
.center { text-align:center; 	}

.italic { font-style:italic 	}
.bold 	{ font-weight:bold 		}
.blink 	{ text-decoration:blink;}
.justify{text-align:justify; 	}


.black 		{ color:#000000; }
.white 		{ color:#FFFFFF; }
.blue 		{ color:#0A76D0; }
.grey 		{ color:#6D6D6D; }
.lightgold	{ color:#D89603; }
.gold		{ color:#AA7117; }
.orange 	{ color:#DB5A12; }
.yellow 	{ color:#FEC40E; }


.black a:link 	 	{ color:#000000; } 
.black a:active  	{ color:#000000; } 
.black a:visited 	{ color:#000000; }  
.black a:hover	 	{ color:#0A76D0; text-decoration:none; }

.white a:link 	 	{ color:#FFFFFF; } 
.white a:active  	{ color:#FFFFFF; } 
.white a:visited 	{ color:#FFFFFF; }  
.white a:hover	 	{ color:#FEC40E; text-decoration:none; }

.offwhite a:link 	{ color:#EFEFEF; } 
.offwhite a:active  { color:#EFEFEF; } 
.offwhite a:visited { color:#EFEFEF; }  
.offwhite a:hover   { color:#AA7117; text-decoration:none; }

.gold a:link   		{ color:#AA7117; } 
.gold a:active 		{ color:#AA7117; } 
.gold a:visited		{ color:#AA7117; }  
.gold a:hover  		{ color:#FFFFFF; text-decoration:none; }

.lightgold a:link 	{ color:#D89603; } 
.lightgold a:active { color:#D89603; } 
.lightgold a:visited{ color:#D89603; }  
.lightgold a:hover	{ color:#FFFFFF; text-decoration:none; }

.orange a:link 	 	{ color:#DB5A12; } 
.orange a:active  	{ color:#DB5A12; } 
.orange a:visited 	{ color:#DB5A12; }  
.orange a:hover	 	{ color:#0A76D0; text-decoration:none; }

.blue a:link 	 	{ color:#0A76D0; } 
.blue a:active  	{ color:#0A76D0; } 
.blue a:visited 	{ color:#0A76D0; }  
.blue a:hover	 	{ color:#DB5A12; text-decoration:none; }

.line8 	{ line-height:8px; 	}
.line10 { line-height:10px; }
.line11 { line-height:11px; }