@charset "utf-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/topback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #005E91;
	text-decoration: none;
}

