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