body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #660000;
}

.BottomText {
	color: #CC6633;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.ContentText {
	background-image: url(images/contentbg.jpg);
	clip: rect(auto,auto,auto,auto);
	position: relative;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	text-align: justify;
	font-size: small;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

.BlackTableBorder {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
tr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.UnindentedList {
	text-indent: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/checkmark.gif);
}
.PadRight {
	padding-right: 10px;
}

