@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
.logo {
	height: 29px;
	width: 685px;
	background-image: url(images/black_bar.png);
	background-repeat: repeat-x;
	margin-top: 67px;
}
.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 685px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 1000px;
	background-color: #FFFFFF;
}
.buttontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 7px;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.headtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
