body {
	color: #e0e0e0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: #252424;
	text-align: left;

}
.header { 
	color: white; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 14px; 
	background-color: #252424; text-align: left; 
}
p { 
color: white; font-size: 12px; line-height: 16px; 
}
td {
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.span {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	background-color: #fff;
	padding: 5px;
}
.spanhead {
	color: #9fa517;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 12px;
	background-color: transparent;
	padding: 0;
}
.spanheadinv { 
	color: #9fa517; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	line-height: 16px; 
	background-color: transparent; padding: 5px; border: dotted 1px; }

.spanside {
	 color: #fff; 
	 font-size: 11px; 
	 font-family: Arial, Helvetica, sans-serif; 
	 line-height: 13px; 
	 background-color: #9fa517; 
	 text-align: left; 
	 margin: 0; 
	 padding: 6px; 
	 border: solid 0.5px white; 
 }
 
a:link { 
	color: #9fa517 ; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none; 
}

a:visited { 
	color: #8e9612; 
	font-weight: bold; 
	line-height: 18px; 
	background-color: transparent; 
	text-decoration: none; }

a:hover { 
	color: #fff; 
	font-weight: bold; 
	line-height: 18px; 
	background-color: #8e9612; 
	text-decoration: none; 
}
a:active { 
	color: #8e9612 ; 
	font-weight: bold; 
	line-height: 18px; 
	text-decoration: none; 
}

