@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	font-size: 1em;
	margin: 5px 0 10px 0;
	line-height: 2em;
}
#content a {
	text-decoration: none;
	color: #d31919;
}
#content a.readmore {
	float:right;
}
#content a:hover, #upperMenu a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background: #d31919;
}
span.hideme   {
	left: -1000em;
	position: absolute;
}
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	color:#d31919;
}
h1{
	font-size: 2.1em;
}
h2{
	font-size: 1.9em;
}
h3{
	font-size: 1.7em;
}
h4{
	font-size: 1.5em;
}
h5{
	font-size: 1.3em;
}
h6{
	font-size: 1.1em;
}
.imgRight {
	float: right;
	margin: 0 0 0 15px;
}
input, select, textarea {
	border: 1px solid #d31919;
	padding: 2px;
	background: #fff;
	margin: 10px 0;
}
input.button {
	background: #d31919;
	color:#FFF;
}
#content ol{
	margin: 0 0 0 15px;
	line-height: 2em;
	list-style-type: decimal;
}
#content ul{
	margin: 0 0 0 15px;
	line-height: 2em;
	list-style-type: disc;
}