.bg-white {
	background-color: #FFFFFF;
}
body {
	background-color: #662E19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	background-color: #FBAA15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #930D0D;
}
a:link {
	color: #930D0D;
}
a:visited {
	color: #930D0D;
}
a:hover {
	color: #930D0D;
	text-decoration: none;
}
.table-header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #930D0D;
}
.bg-black {
	background-color: #000000;
}
.table-content {
	background-color: #FFFFFF;
}
.bg-gray {

	background-color: #CCCCCC;
}
.page-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #930D0D;
}
.red {
	color: #FF0000;
}
.highlight {
	background-color: #FFFF00;
}
li {
	padding-bottom: 5px;
}

ul li {
	list-style-type: square;
}

