body{
padding:0px;
margin:0px 0px 0px 0px;
background-color:#7FA111;
}

.HeaderName { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #380f00; 
	font-weight: bold;
	}
	
.TableFieldText { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #380f00; 
	font-weight: bold;
	}


hr {
	color: #380f00;
	
}


a:link {
		
		text-decoration: none;
		color: #330E6D;
		}
		   
a:visited {
		text-decoration: none;
		color: #330E6D;
		}

a:active {
		text-decoration: none;
		color:#330E6D;
		}

a:hover {
		cursor: pointer; cursor: hand; 
		text-decoration: none; 
		color:#CE181E;
		}

.main_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#380f00;
	}
	
.boldtext { 
		color: #380f00;
		font-size:11px;
		font-weight:bold;
		 }
		 
.whitetext
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#FFFFFF;
		}

	
