/* CSS Document */

a:link {
	color: #221D23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #221D23;
}
a:hover {
	text-decoration: underline;
	color: #221D23;
}
a:active {
	text-decoration: none;
	color: #221D23;
}

body {
	background-color: #9d918b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body,td,th { 
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F0ECEA;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
	scrollbar-3d-light-color: #000000;
	scrollbar-arrow-color: #5E5452;
	scrollbar-base-color: #9D918B;
	scrollbar-dark-shadow-color: #3B579D;
	scrollbar-highlight-color: #F1E3DB;
	scrollbar-shadow-color: #5E5452;
	scrollbar-track-color: #C5C2C1;
	}
	

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #dedfe0;
	text-decoration: none;
}

.light_small_text {
	font-size: 9px;
	color: #666666;
}

.light_small_text_red {
	font-size: 10px;
	color: #990000;
}
