﻿/* CSS Document */

body {

	background-color:#FFFFCC;

	font-family: Verdana, Arial, sans-serif;

	font-size: 11pt;

	margin: 5%;

	padding: 0;

	scrollbar-arrow-color: #663300;

	scrollbar-base-color:#00FFFF;

	scrollbar-dark-shadow-color:#004A94;

	scrollbar-track-color: #FFCC00;

	scrollbar-face-color: #336600;

	scrollbar-shadow-color: #BD6711;

	scrollbar-highlight-color: white;

	scrollbar-3d-light-color: black;

}

a:link {color:#004A94; text-decoration: none;}

a:visited {color:#BD6711; text-decoration: none;} 
a:active {color:#00FFFF;}
a:hover {color: #00FFFF; background-color: #004A94;}
.link {
	text-align: center;
	font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFD700;
	background-color: #663300;
}
h2 { 
	font-size: 22pt;
	font-family: Verdana, Arial, sans serif;
	color: #004A94;
	text-align: center;
	padding: 25px;
}

h1 {
	font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 18pt;
	color: #004A94;
	padding: 25px;
	align: right;
}
h3 {
	font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size:24pt;
	font-weight: bold;
	color: #CCFF99;
}
h4 {
	font-family: Verdana, Arial, sans serif;
	font-size:18pt;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #FFFF99;
	background-color: #663300;
}
h5 {
	font-family: Verdana, Arial, sans serif;
	color: #000000;
	font-size:12pt;
	font-weight: bold;
	line-height: 14pt;
}
h6 {
	font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size:20pt;
	font-weight: bold;
	color: #004A94;
	text-align: center;
}
.normal {
	font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size:12pt;
	font-weight: bold;
	line-height: 14pt;
	color: #CC3300;
	background-color: #CCFF99
	padding:20px;
}
.longquote {
	font-size: 11pt;
	font-weight: 500;
	font-color: #99FF66;
	text-align: left;
	padding-left: 35px;
}
.townname {
	font-family: Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size:18pt;
	font-weight: bold;
	color: #004A94;
	text-align: left;
}