/* CSS Document 
Dark Green/Blue: #007C85
Light Green: #8FA63E
Grey: #A49E95
Orange Dark: #B76600

*/

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:75%;
	color: #525252;
	background-color:#02605F /*#007C85*/;
}

.main_table {
background-color:#FFFFFF;
}

form {
	margin:0px;
	padding: 0;
}


/*.nav {
	font-weight:normal;
	color: #000000;
	text-transform: uppercase;	
	font-size: 95%;
	background-color:#FF8300;
}

.nav_on {
	font-weight:normal;
	color: #FFFFFF;
	text-transform: uppercase;	
	font-size: 95%;
	background-color:#000000;
	
}*/

.nav_on {
border-bottom: #000000 solid 3px;
color:#FF0000;
}

.nav_background {
background-color:#B76600;
}

.text_orange {
	font-weight:normal;
	color: #B76600;
}

.text_green {
	font-weight:normal;
	color: #007C85;
}

.text_grey {
	font-weight:normal;
	color: #7E786D;
}

.text_grey_sml {
	font-weight:normal;
	color: #7E786D;
	font-size:95%;
}


.bodytext_cell {
padding-left:10px;
padding-right:10px;

}

.righttext_cell {
padding-left:7px;
padding-right:8px;

}

.title_green {
	font-weight:normal;
	color: #007C85;
	font-size: 210%;
}

.title_grey {
	font-weight:normal;
	color: #7E786D;
	font-size: 210%;
}
.title_organge {
	font-weight:normal;
	color: #B76600;
	font-size: 210%;
}


.title_organge2 {
	font-weight:normal;
	color: #B76600;
	font-size: 130%;
}

.title_black2 {
	font-weight:normal;
	color: #000000;
	font-size: 130%;
}


.title_green2 {
	font-weight:normal;
	color: #007C85;
	font-size: 130%;
}

.title_grey2 {
	font-weight:normal;
	color: #7E786D;
	font-size: 130%;
}


.title_green3 {
	font-weight:normal;
	color: #007C85;
	font-size: 170%;
}

.title_grey3 {
	font-weight:normal;
	color: #7E786D;
	font-size: 170%;
}

.title_orange3 {
	font-weight:normal;
	color: #B76600;
	font-size: 170%;
}



.border1 {
	border: 1px solid #000000;
}

.footer {
	font-size:94%;
	color: #C0C0C0;
}

.footer a:link {font-size:94%;
	color: #C0C0C0;
	text-decoration: underline;}
.footer a:visited {font-size:94%;
	color: #C0C0C0;
	text-decoration: underline;}
.footer a:hover {font-size:94%;
	color: #C0C0C0;
	text-decoration: underline;}
.footer a:active {font-size:94%;
	color: #C0C0C0;
	text-decoration: underline;}




.footer2 {
	font-size:94%;
	color: #A3A3A3;
}


A:link {
	color: #B76600;
	font-style: normal;
	text-decoration: none;
}

A:visited {
    color: #7E786D; 
	font-style: normal;
	text-decoration: underline;
	}
	
A:active {
	color: #7E786D;
	font-style: normal;
	text-decoration: underline;
}

A:hover {
	color: #B76600;
	font-style: normal;
	text-decoration: underline;
}


