@charset "utf-8";
body {
	background-image: url(../graphics/background.jpg);
	margin: 0px;
	padding: 0px;
}
.bgpattern {
	background-attachment: fixed;
	background-image: url(../graphics/backgroundpattern1.jpg);
	height: 1130px;
	width: 904px;
}
.greenback {
	background-color: #455A21;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.blueback {
	background-color: #003768;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.brownback {
	background-color: #AD8548;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.grayback {
	background-color: #5D4D3D;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
a {
	color: #5D4D3D;
}
.errormsg {
	color: #FF0000;
}
