/************************MAIN STYLES************************/

body {
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	background-color: #6F805B;
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;}
td {
            font-family: Verdana, Arial, Helvetica;
            color: #000000;
            font-size: 9pt;
            line-height: 12pt;}
a:link, a:visited {
            color: #A01814;
            text-decoration: none;}
a:hover {
            color: #A01814;
            text-decoration: underline;}

/************************NAVBAR STYLES************************/


#navord, #navord ul, #navmov, #navmov ul, #navabo, #navabo ul {
	padding: 0;
	margin: 0;
	list-style: none;}

#navord a, #navmov a, #navabo a {
	display: block;
	width: 10em;}

/**width between links**/
#navord li, #navmov li, #navabo li {
	float: left;
	width: 120px;}

/**dropdown size**/
#navord li ul, #navmov li ul, #navabo li ul {
	position: absolute;
	width: 120px;
	left: -999em;}

#navord li:hover ul, #navord li.sfhover ul {
	left: auto;
	background-color: #353F16;
	border: 1px solid #6F805B;}

#navmov li:hover ul, #navmov li.sfhover ul {
	left: auto;
	background-color: #353F16;
	border: 1px solid #6F805B;}

#navabo li:hover ul, #navabo li.sfhover ul {
	left: auto;
	background-color: #353F16;
	border: 1px solid #6F805B;}

/** End pseudo classes **/

.nav, .nav a:link, .nav a:visited {
	font-size: 10pt;
	font-weight: bold;
	color: #E0C670;
	text-decoration: none;}

.nav a:hover {
	color: #A01814;}

.subnav {
	font-size: 7pt;
	line-height: 13pt;
	font-weight: bold;
	color: #E0C670;
	text-decoration: none;
	border-top: 1px solid #6F805B;}

.subnav a:link, .subnav a:visited {
	font-size: 7pt;
	line-height: 13pt;
	font-weight: bold;
	color: #E0C670;
	text-decoration: none;}

.subnav a:hover {
	color: #A01814;
	font-size: 7pt;
	line-height: 13pt;
	font-weight: bold;
	text-decoration: none;}

/************************TEXT STYLES************************/

.small {
	font-size: 7pt;}
.i {
	font-style: italic;}
.b {
	font-weight: bold;}
.u {
	text-decoration: underline;}

.title {
	color: #7D8267;
	font-weight: bold;
	font-size: 14pt;
	line-height: 18pt;}
.subtitle {
	color: #805C5C;
	font-weight: bold;
	font-size: 12pt;
	line-height: 18pt;}
.emphasis {
	color: #6F805B;
	font-weight: bold;
	font-style: italic;
	font-size: 9pt;
	line-height: 14pt;}


/************************DESIGN STYLES************************/

.box {
	border: 2px solid #353F16;}

.bottomborder {
border-style: solid;
border-bottom-width: 1px;
border-color: #353F16;}

.pageborder {
	border: 3px solid #353F16;}


/************************FOOTER STYLES************************/

.footer, .footer a:link, .footer a:visited {
	font-size: 7pt;
	color: #E0C670;
	text-decoration: none;}
.footer a:hover {
	color: #A01814;}


