body {
	background-color: #FFFFFF;
	background-image: url(images/BG.png);
	background-repeat: repeat-x;
	margin: 0px;
}
.subnavs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BA0007;
	padding: 5px 5px 5px 15px;
	width: 203px;
	border: 1px solid #D5B0AE;
	background-color: #F6EFEF;
	height: 28px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E11C0C;
	font-variant: normal;
	text-transform: capitalize;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
	padding-right: 15px;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}
a:link {
	color: #BA0007;
	text-decoration: none;
}
p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
u {
	text-decoration: none;
}

