/* ---------- default styles ---------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 15px/19px Georgia,"Times New Roman", Times, serif;  
	color: #454545; 
	}
a:link, a:active, a:visited  {	
	color: #CC0000;	
	text-decoration: underline;
	}
a:hover { 
	color: #529744;
	text-decoration:none;
	}
.smalltext {
	font-size:12px;
	}
.red {
	color: #CC0000;
	}
.specials {
	font-size:22px;
	line-height:26px;
	color: #FFFFFF;
	}
.headline {
	font-size:24px;
	line-height:28px;
	color: #CC0000;
	}
	
h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: 22px Georgia,"Times New Roman", Times, serif;
	font-weight:bold;
	color:#CC0000; 
	letter-spacing: -0.05px; 
	line-height: 24px;
	}
h3 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: 16px Georgia,"Times New Roman", Times, serif;
	font-weight:bold;
	color:#529744; 
	line-height: 19px;
	}
.map {
	width:400px;
	height:400px;
	border: 1px solid;
	border-color:#666666;
	}


/* ---------- footer ---------- */

.footer, .footer a:link, .footer a:visited, .footer a:active {
	font-size:11px; 
	color: #999999;	
	text-decoration: none;
	}
.footer a:hover {
	color: #CC0000; 
	text-decoration: underline;
	font-size:11px; 
	}
