/* CSS Document */

body{
	background-color: #4B2501;
	margin-top: 15px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: solid #000000 1px;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: thin;
	display: block;
	background-color: #333333;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}