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

.hed15	{font:15px Georgia, "Times New Roman", Times, serif; }
.hed20	{font:20px Georgia, "Times New Roman", Times, serif; }
.hed25	{font:25px Georgia, "Times New Roman", Times, serif; }
.hed30	{font:30px Georgia, "Times New Roman", Times, serif; }


.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; 	}

.grey 		{ color:#606060; }
.orange		{ color:#F08E0C; }
.dark_blue	{ color:#19394F; }
.light_blue	{ color:#6C92A3;}


.black 		{ color:#000000; }
.white 		{ color:#FFFFFF; }
.lightgold	{ color:#D89603; }
.gold		{ color:#AA7117; }

.yellow 	{ color:#FEC40E; }


.grey a:link 		{ color:#606060; }
.grey a:active		{ color:#606060; }
.grey a:visited		{ color:#606060; }
.grey a:hover		{ color:#DB5A12; font-size:13px; text-decoration:none; }


.orange a:link 	 	{ color:#F08E0C; } 
.orange a:active  	{ color:#F08E0C; } 
.orange a:visited 	{ color:#F08E0C; }  
.orange a:hover	 	{ color:#4B8BC8; text-decoration:none; }

.dark_blue a:link 	 	{ color:#19394F; } 
.dark_blue a:active  	{ color:#19394F; } 
.dark_blue a:visited 	{ color:#19394F; }  
.dark_blue a:hover	 	{ color:#DB5A12; text-decoration:underline; }

.light_blue a:link 	 	{ color:#6C92A3; } 
.light_blue a:active  	{ color:#6C92A3; } 
.light_blue a:visited 	{ color:#6C92A3; }  
.light_blue a:hover	 	{ color:#DB5A12; text-decoration:none; }

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

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

.offwhite a:link 	{ color:#f5f4f4; } 
.offwhite a:active  { color:#f5f4f4; } 
.offwhite a:visited { color:#f5f4f4; }  
.offwhite a:hover   { color:#FEC40E; 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; }




.line8 	{ line-height:8px; 	}
.line10 { line-height:10px; }
.line11 { line-height:11px; }
.line15	{ line-height:15px;	}
.line16	{ line-height:16px;	}
