body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C607C;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #9E2E1E;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C607C;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C607C;
	text-decoration: none;
}

/*Navigation Link*/

.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: boldl;
	color: #FFFFFF;
	text-decoration: none;
}

/*Page Surround Div Tags*/

#PageSurround {
}
#Banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 687px;
	margin-bottom: 5px;
}
#nav {
	background-color: #000000;
	height: 30px;
	width: 687px;
	background-position: center;
	margin-bottom: 5px;
}
hr {
	background-color: #E0E2E0;
	height: 2px;
}
#Content {
	height: auto;
	width: 687px;
}
.Footer {
	width: 687px;
	height: 30px;
	background-color: #59738E;
	
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.vertical {
	background-image: url(../images/clear.gif);
	background-repeat: repeat-y;
}
.horizontal {
	background-image: url(../images/clear.gif);
	background-repeat: repeat-x;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E2E1E;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9E2E1E;
}
.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E6E6E6;
	text-decoration: underline;
}
.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}