body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #667285;
	margin: 0px;
	padding: 0px;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.bg_interior {
	background-image: url(images/interior_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a:link { color: #cc0000; font-size: 12px; text-decoration: underline }
a:active { color: #cc0000; font-size: 12px; text-decoration: underline }
a:visited { color: #cc0000; font-size: 12px; text-decoration: underline }
a:hover { color: #000000; font-size: 12px; text-decoration: underline }

a.white:link { color: #FFFFFF; font-size: 12px; text-decoration: underline }
a.white:active { color: #FFFFFF; font-size: 12px; text-decoration: underline }
a.white:visited { color: #FFFFFF; font-size: 12px; text-decoration: underline }
a.white:hover { color: #FFFFFF; font-size: 12px; text-decoration: underline }

a.dotted:link {
	color: #cc0000;
	font-size: 12px;
	text-decoration: underline;
	background-color: #FFECEC;
	border: 1px dotted #cc0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a.dotted:active {
	color: #cc0000;
	font-size: 12px;
	text-decoration: underline;
	background-color: #FFECEC;
	border: 1px dotted #cc0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a.dotted:visited {
	color: #cc0000;
	font-size: 12px;
	text-decoration: underline;
	background-color: #FFECEC;
	border: 1px dotted #cc0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
a.dotted:hover {
	color: #cc0000;
	font-size: 12px;
	text-decoration: underline;
	background-color: #FFFFFF;
	border: 1px dotted #cc0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.white {
	color: #FFFFFF;
}

.page {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
}

.heading_image {
	text-align: center;
	margin-bottom: 20px;
}


/*Headings where spacing is used on the top*/
.heading {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	font-family: "Goudy Old Style",Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
/*Heading at the top of the page.  Not top spacing but all else is 
the same as ".heading{}" */
.heading_top {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	font-family: "Goudy Old Style",Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.heading_double_red {
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	font-family: "Goudy Old Style", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	padding: 5px;
	border: 5px double #cc0000;
}

