body,html,p,div,h1,h2,h3,h4,input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#646262;
}
input {
	color: #FFFFFF;
	background-color: #FF4100;
	border: none;
	margin: 0px;
	padding: 0px;
	height: 16px;
	font-size:11px;
	width:184px;
}

*html body input {
	margin-left:-3px;
}

img {
	border:none;
}
body,html {
	background-color: #ffffff;
}
a {
	text-decoration:underline;
	color:#FF4100;
}
a:hover {
	text-decoration:none;
	color:#646262;
}
h1,h2,h3,h4 {
	font-size:12px;
	margin-bottom:5px;
}
h1,h4 {
	text-transform:uppercase;
}
h2 {
	text-decoration:underline;
	color:#FF4100;
}
h3 {
	text-decoration:underline;
	font-weight:bold;
}
strong {
	text-transform:uppercase;
	font-size:11px;
	line-height:11px;
}
