/* ---------------------------------------------------------------- */ 
/* Club Charleston main style sheet*/ 
/* LAST UPDATE: December 20, 2005  */
/* NOTE1: BODY, P, and TD attributes control the default page fonts */ 
/* NOTE2: Two spaces should appear after { and before } for DW3 bug */ 
/* -----------------------------------------------------------RLE   */

/* AUTOMATIC ATTRIBUTES */
A:link {  
	text-decoration: none; 
	font-size: 	12px; 
	color: #FF6600; 
	font-family: Arial, Verdana, Helvetica, sans-serif	 
	} 
	
A:active {  
	text-decoration: none; 
	font-size: 12px; 
	color: #FF6600; 
	font-family: Arial, Verdana, Helvetica, sans-serif 
	} 
	
A:visited {  
	text-decoration: none; 
	font-size: 12px; 
	color: #FF6600; 
	font-family: Arial, Verdana, Helvetica, sans-serif   
	} 
	
A:hover {  
	text-decoration: underline; 
	font-size: 12px; 
	color: #336666; 
	font-family: Arial, Verdana, Helvetica, sans-serif   
	} 

.small {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8px; color: #999999;  
} 

TD {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;  
	} 
	
P {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000;  
	} 
	
B {  
	font-weight: bold  
	} 
	
H1 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
H2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	font-family: Arial, Verdana, Helvetica, sans-serif;  
	}
	

/* FOOTERBAR ATTRIBUTES FOR ALL PAGES  */
	
A.yellow:link {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #FFCC00; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none  
	}
A.yellow:active { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #FFCC00; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none  
	}
A.yellow:visited { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #FFCC00; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none  
	}
A.yellow:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	COLOR: #FF6600; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: underline  
	}

A.heading:link {
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	
A.heading:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;  
	}
	
A.heading:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000; 
	}
	
A.heading:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
	}
	
LI {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	list-style-type: circle;
	list-style-position: outside;


} 

UL  {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000; 
} 

.black {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000  
	} 
	
.white {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF  
	}

.white10px {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF; 
	}
	
.tiny {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	color: #000000; 
	}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #336666;
}
.large-black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.green {
	font-weight: normal;
	color: #336666;
}
.large-red {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.large-orange {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style-position: inside;
	list-style-image: url(/css/bullet.doc);
	list-style-type: circle;
}
