body {
	color: Black;
	background-color: #ffffff;
	font-family: verdana, courier, sans-serif;
	font-size: 11px;
	text-transform: none;
}

a {
	color: #93C400;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}

a:hover {
	color: #FF9900;
	text-decoration: overline;
	font-weight: normal;
	font-size: 12px;	
	text-transform: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;	
	text-transform: none;
}

input {  
	border: 1px solid #99CC00; 
	background-color: #ffffff; 
	font-family: Verdana, Tahoma; 
	font-size: 11px; 
	color: #EE8F00;
}

select {
	border: 0px none #99CC00; 
	background-color: #ffffff; 
	font-family: Verdana, Tahoma; 
	font-size: 11px; 
	color: #EE8F00;
}

textarea {  
	border: 1px solid #99CC00; 
	background-color: #ffffff; 
	font-family: Verdana, Tahoma; 
	font-size: 11px; 
	color: #EE8F00;
	}	
	
h4 {
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
}

.heading4 {
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
}

h3 {
	color: #CC0033;
	font-weight: normal;
	font-size: 14px;
}

.heading3 {
	color: #CC0033;
	font-weight: normal;
	font-size: 14px;
}

.heading2 {
	color: #339900;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	color: #339900;
	font-weight: normal;
	font-size: 12px;
}

.heading1 {
	color: #006699;
	font-weight: normal;
	font-size: 16px;
}

h1 {
	color: #006699;
	font-weight: normal;
	font-size: 16px;
}

td {
	color: Black;
	font-family: verdana, tahoma, sans-serif;
	text-transform: none;
	font-size: 11px;
}
