html {
	margin: 0;
	padding: 10;
}
* {
	margin: 0;
	padding: 10;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;	
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}
a:active {
	color: #000000;
	text-decoration: none;
}
.basictextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #99FF00;
	letter-spacing: normal;
}
.EricPowell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
}
.basictextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8A8282;
	letter-spacing: normal;
	line-height: 10pt;
}
.basictextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: normal;
	line-height: 10pt;
}
.basictextred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: normal;
	line-height: 10pt;
}
.basictextplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 10pt;
}
.basictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: normal;
	line-height: 10pt;
}
.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: normal;
	line-height: 10pt;
}
input { 
 background-color: #FFFFFF; 
}
textarea { 
 background-color: #FFFFFF; 
 color: #000000; 
}
select { 
 background-color: #FFFFFF; 
 color: #000000; 
}
