/* PAGE */

a:link {
	text-decoration: none;
	color: #d39100;
	
}
a:visited {
	text-decoration: none;
	color: #d39100;
	
}
a:hover {
	text-decoration: underline;
	color: #d39100;
	
}
a:active {
	text-decoration: none;
	color: #d39100;
}


body {
	font-family: Arial;
	font-size: 0.85em;
	line-height:1.6em;
	/*line-height: 120%;
	font-size: 60%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color:#4c4c4c;
	background-image: url(../images/nav_background3.gif);
	/*scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#fafafa;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#1B9DC6;
	scrollbar-arrow-color:#1B9DC6;
	scrollbar-track-color:#D8F1FA;
	*/
}

<!--
body,td,th {
	
	font-size: 75%;
	line-height: 160%;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	
}

.leftHeavy {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;	
}

.orange {
	font-family: Arial, Helvetica, sans-serif;
	color:#d39100;
}

.orangeHeavy {
	font-family: Arial, Helvetica, sans-serif;
	color:#d39100;
	font-weight: bold;
}

.CSTitle {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	color: #4c4c4c;
	font-weight: bold;
}

.CSDescriptionTitle {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #4c4c4c;
	font-weight: bold;
}

.CSDescription2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #4c4c4c;
	font-weight: normal;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 190%;
	font-size: 75%;
	color: #4c4c4c;
	font-weight: normal;	
}

