body {
	background-image: url(images/background1.gif);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 130%;
	background-attachment: fixed;
	background-position: 50% 50%;
}
.callout   { font-family: Times New Roman; font-size: 18pt; font-style: italic; color: #333333}
p           { font-family: verdana; font-size: 10pt}
h1           { font-family: Times New Roman; font-size: 24pt}
h2           { font-family: Verdana; font-size: 12pt}
li           { font-family: verdana; font-size: 10pt; margin-top: 7px}
td           { font-family: verdana; font-size: 10pt}


a.body:link {color: #094b1e; font-size: 10pt; font-weight: bold; }
a.body:visited {color: #094b1e; font-weight: bold; }
a.body:hover {text-decoration: none; background-color: #FFCC33; }
a.body:active {color: red; } 

a.footer:link {color: #ffffff; font-size: 8pt; font-weight: bold; }
a.footer:hover {text-decoration: none; background-color: #FFCC33; color: #000000;}
a.footer:active {color: red; } 

.subnavtop {
	color: #ffffff;
	width: auto;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	float: center;
	margin-right: 5px;
	display: block;
	line-height: 22px;
	background-image: url(../images/topmenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 5px;
	margin-left: 5px;
}

a.subnavtop:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a.subnavtop:hover {
	color: #0A4C1E;
	background-image: url(../images/topmenu_arrow_on.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	
}


