body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

img {display: none;}

#logo, #flashContent, #bookingform, #signupforemail {display: none;}

#printlogo {display: block;}
#printlogo img {display: block; margin: 0px auto; border:none; width: 250px; height: 65px;}

#rightcol, #nav, #footer {display: none;}

input {font-size: 9px;}

.homeText {display: block;}

.right {float: right;}

/* LINKS
---------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #9FA619;
}


/* LISTS 
---------------------------------------------------------- */


/* HEADERS
---------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #0C4482;
	text-transform: capitalize;
} 

h1.replaced { /* this is for the page title h1 tags only */
	font-size: 18pt;
	font-weight: bold;
	}

h1 {
	font-weight: normal;
	clear: both;
	font-size: 14pt;
	border-bottom: 1px solid #666;
}
	
h2 {
	font-size: 14pt;
}


