body {
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
}

p, li { font-size: 11px; color: #686868; }

h1,h2,h3,h4 { color:#E10101; }

h1 { font-size: 12px; }
h2 { font-size: 11px; }
h3 { font-size: 10px; }
h4 { font-size: 10px; }

img { border: none; }

hr {
	border: none;
	border-top: 1px solid #E5E5E5;
	height: 1px;
	background: none;
	color: #E5E5E5;
}

a:link, a:visited, a:active, a:hover {
	color:#E10101;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #E10101;
	text-decoration: underline;
}

form { margin-bottom: 10px; }
form input, form select, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
}