body {
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
ul {
	padding-left:0;
	margin-left: 14px;
	left: 0px;
	line-height: 14px;
	text-align: left;
	list-style-position: outside;
	list-style-type:disc;
}
li {
	margin-bottom: 10px;
}

.bodytext {
	font-weight: normal;
	color: #898989;
	text-decoration: none;
}
.bodytext a {
	font-weight: normal;
	color: #898989;
	text-decoration: none;
	border-bottom: 1px dotted #A0A0A0;
}
.bodytext a:hover {
	font-weight: normal;
	color: #F31343;
	text-decoration: none;
	border-bottom: 1px dotted #F31343;
}
.content_background {
	padding: 40px 0px 40px 0px;
	border-bottom: 1px dashed #F31343;
	background: url(../images/content_background.gif) no-repeat center top;
}
.main_background {
	padding: 30px 0px 20px 0px;
	border-bottom: 1px dashed #F31343;
	background: url(../images/main_background.gif) no-repeat center top;
}
.smallprint {
	font-size:smaller;
	font-weight: normal;
	color: #F31343;
	text-decoration: none;
}
.smallprint a {
	font-weight: normal;
	color: #F31343;
	text-decoration: none;
}
.smallprint a:hover {
	font-weight: normal;
	color: #B10026;
	text-decoration: none;
}
.subtitle {
	font-weight: bold;
	color: #F31343;
	text-decoration: none;
}