@charset "utf-8";
/* CSS Document */
.bodyheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.bodysubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #B70820;
	font-style: normal;
	line-height: 16px;
	position: relative;
	text-align: justify;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: justify;
}
.bulletpoint {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.bodytexthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.sidebartexthighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B70820;
	position: static;
	width: 255px;
	text-transform: none;
	padding-bottom: 15px;
	padding-top: 0px;
	padding-right: 12px;
	padding-left: 0px;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	position: static;
	text-transform: none;
	text-align: justify;
	width: 255px;
}
.page {
	background-color: #FFF;
	background-image: url(images/bg_tile.jpg);
	background-repeat: repeat;
}

