body{
	background-image:url(bodybk.gif);
}
.Page{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color:#FFF;
	border: thin solid #000;
}
.Page .Header{
	width:100%;
	background-color:#CC0000;
	text-align:center;
	padding:5px;
}
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
.bodybullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 18px;
}
.bodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 18px;
}
.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
}
.center{
	text-align:center;
}
