/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#2d2b2b;
}

		a                   { text-decoration: underline; font-style: normal ; color:#336600}
		a:link              { font-style: normal ;}
		a:active	        { font-style: normal ;}
		a:visited           { font-style: normal ;}
		a:hover             { font-style: normal ;}

h1 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #336600;
	vertical-align: top;
	font-size: 22px;
	font-weight: bold;
}

.wrapr {	
	background-color:#ffffff;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	font-weight:bold;
}

.hl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
}

.body_text_bold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #336600;
	font-weight: bold;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#666666;
	text-align:center;
	line-height:22px;
	background-color:#CCCCCC;
}