body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:center;
	background-color: #666666;
	background-image: url(images/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-repeat: repeat-x;
	font-weight: 400;
}
a, a:link {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
}
#layout {
	width:760px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	overflow: hidden;
	visibility: visible;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #212121;
	border-right-color: #212121;
	border-bottom-color: #212121;
	border-left-color: #212121;
	}

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: 300;
}
a.footer, a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #0000FF;
	text-decoration: underline;
	font-weight: 300;
}
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: 300;
}
.blueline {
	font-weight: 500;
	color: #0000FF;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	text-align: left;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #000000;
	text-indent: 15px;
	text-align: left;
	display: block;
}
.headlinesub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	list-style-type: disc;
	margin-left: 1em;
}
.left {
	float: left;
	display: block;
	margin-right: 1em;
	margin-bottom: 1em;
}
