/* Global Styles */

html, body, ul, ol, li, form,
fieldset, a div, img {margin:0; padding:0; border:0; 
}

body {
	font-family: aerial, helvetica;
	font-size:110%;
	cursor:default;
	color:#000000;
	background-color: #ffff90;

}


td {
	font-size:0.7em;
	color:#000000;
	}
	
.bodyText {
	color:#000000;
	font-size: 0.8em;
	margin-left: 0px;
	margin-right: 0px;
	}
	
.subHeader {
	font:0.9em; 
	font-family: 'Shadows Into Light', cursive;
	line-height:20px;
	letter-spacing:0.1em;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
	color:#FFFFFF;
	}

.subHeader2withpointer {
	letter-spacing: 0.2em;
	font-size: 0.8em;
	font-family: 'Shadows Into Light', cursive;
	cursor: pointer;
	font-weight: bold;
	margin-left: 20px;
	color:#FFFFFF;
}
.bodyTextSml {
	color:#000000;
	font-size: 0.725em;
	margin-left: 40px;
	margin-right: 30px;
}
.imageborder {

	margin: 5px 15px 5px 15px; /* adds margin around images */
	border: medium solid #F2F2F2;
}
.bodyTextIndent {
	color:#000000;
	font-size: 0.8em;
	margin-left: 20px;
	margin-right: 20px;
}

.townlist {
	font-size: 1.0em;
	line-height:0.6em;
}

.bodyTextBulleted {
	color:#000000;
	font-size: 0.8em;
	margin-left: 50px;
	margin-right: 0px;
	list-style-type: square;
}
.subHeader2 {

	font:Bold 0.9em/1.0em;
	font-family: 'Shadows Into Light', cursive;
	color: #666666;
	letter-spacing:0.2em;
	margin: 10px 10px 10px 20px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration:  underline;
}

