@charset "utf-8";
/* CSS Document */

body {
	background-color:#660000;
	background-image:url(images/page-bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:10px;
}

#centerbox {
	width:630px;
	padding:0px 10px 10px 10px;
}

.titlesumfield {
	font-weight:bold;
	font-size:18px;
	color:#660000;
}

.subhead {
	font-weight:bold;
	font-size:16px;
	color:#660000;
}
	
.body {
	font-size:14px;
}

ul {
	font-size:14px;
}
	
