body {
background-color: #8F764D;
/*scrollbar-face-color:#FFA803;
scrollbar-highlight-color:#FFB6B6;
scrollbar-3dlight-color:#FFB831;
scrollbar-darkshadow-color:black;
scrollbar-shadow-color:gray;
scrollbar-arrow-color:white;
scrollbar-track-color:#FDCA68;*/
font-family:  Arial,Verdana, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D3E3F;
	font-weight: bold
}
.blackbold {
	font-weight: bold;
	color: #0D3E3F;
}
.yellow {
	font-weight: bold;
	color: #FFA803;
}

a.greenlink:link { color: #006666; font-family:  Verdana; text-decoration: none; font-weight: bold; font-size: 10px}
a.greenlink:active { color: #006666; font-family:  Verdana; text-decoration: none; font-weight: bold; font-size: 10px}
a.greenlink:visited { color: #006666; font-family:  Verdana; text-decoration: none; font-weight: bold; font-size: 10px}
a.greenlink:hover { color: #00cc33; font-family:  Verdana; text-decoration: underline; font-weight: bold; font-size: 10px}

a:link { color: #C3570F;  font-weight: bold }
a:active { color: #C3570F; font-weight: bold }
a:visited { color: #C3570F;  font-weight: bold }
a:hover { color: #00cc33; text-decoration: underline; font-weight: bold }
a:visited:hover { color: #00cc33; text-decoration: underline; font-weight: bold } /* specificity = 2,1 */

.titles {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;

}

.bold-green {
	font-weight: bold;
	color: #0D3E3F;
}

.arial-bold-12-white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bold-14-green {
	font-size: 14px;
	font-weight: bold;
	color: #0D3E3F;
}

.bold-11-green {
	font-size: 11px;
	font-weight: bold;
	color: #0D3E3F;
}

.bold-10-green {
	font-size: 10px;
	font-weight: bold;
	color: #0D3E3F;
}

.bold-9-green {
	font-size: 9px;
	font-weight: bold;
	color: #0D3E3F;
}