* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: transparent;
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	color: #555;
}
a {
  color: #858585;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
	color: #3b3b3b;
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 15px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	line-height: 28px;
	color: #5e5e5e;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
h4 {

	font-size: 14px;
	color: #8a8075;
	font-weight: normal;
}
img {
	border: 0;
}
form {
  display: inline;
}
label {
	font-weight:bold;
	color: #666666;
	padding-bottom: 5px;
}
option {
	padding:inherit 0px 4px;
}
p {
	padding: 5px 0 10px 0;
}
ul, ol {
	padding-left: 30px;
}
ul {
	list-style-type: disc;
}
ul li {
	padding: 2px 0px;
}
table, th, td {
  text-align: left;
}
.formError {
  color: red;
}
