body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #E12416;
}
p {
	font-size: 0.8em;
	line-height: 1.3em;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	line-height: 1.9em;
	text-decoration: none;
	margin-bottom: -10px;
}
h2 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
	color: #E12416;
	font-weight: normal;
	margin-bottom: -2px;
}
h3 {
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 0.7em;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}	
a:hover {
	text-decoration: underline;
	color: #E12416;
}
hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	color: #CCCCCC;
	text-decoration: none;
}
.blue {
	color: #1896DD;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #E12416;
}
.imgright {
	float: right;
	border: 0px solid #000033;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
}
.imgleft {
	float: left;
	border: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 10px;
}
.imgrightfooter {
	float: right;
	border: 0px solid #000033;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: -5px;
	margin-right: 0px;
}

