@charset "UTF-8";
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.shadowright {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
}
.shadowleft {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.backgroundpage {
	background-image: url(images/background_pages.jpg);
	background-repeat: no-repeat;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.bodycopybullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	list-style-type: square;
}
.photoright {
	text-align: right;
	text-indent: 5px;
}
.tablerule {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bodycopycentered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.ruleonleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.backgroundbottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}
.homebackground {
	background-image: url(images/homepage.jpg);
	background-repeat: no-repeat;
}
