@charset "UTF-8";
.nav A:link {
	text-decoration: none;
	color: #1A184E;
}
.nav A:visited {
	text-decoration: none;
	color: #1A184E;
}
.nav A:active {
	text-decoration: none;
	color: #1A184E;
}
.nav A:hover {
	color: #67B52D;
	text-decoration: none;
	border-bottom-color: #67B52D;
	border-bottom-style: solid;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.2em;
}
.bodyRIGHT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: inherit;
}

.bodyMIDDLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: inherit;
}

.bodySPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: inherit;
}
