/* CSS Document */
body {
	background-color: #3e1a02;
	background-image:url('img/background2.jpg')
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}

.contentSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}
.contentWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 14px;
}

.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

.headersLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
	line-height: 14px;
}
ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}

li {
	background: url(images/bullet.gif) no-repeat left top;
	padding-left: 16px;
	margin-bottom: 10px;
	}
	
a:focus {

   outline: none; -moz-outline: none;
}

th
{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color:#D8D8D8;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

