
html, body, td, th, h1, h2, h3, h4, h5, h6, span, div, p, ul, li, input {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	}
body {
	background: #8D1C09;
	color: #000000;
	margin-top: 20;
	padding: 0;
	font-size: 12px;
}

table, div {
	background: #8D1C09;
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #8D1C09;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #8D1C09;
}


h4 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #225075;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:  #8D1C09;
	font-weight: normal;
	text-decoration: none;
}
th {
	background: #D0B78D;
	font-size: 12px;
	font-weight: bold;

}

span a {
	color:#8d1c09;
	text-decoration:underline;
}
/* CLASSES -----------------------------------------------------------------------------------------------------------------------------------------*/

.address  {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
}
.byline  {
	font-size: 14px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.pagename  {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #FFFFFF;
}
.upperline  {
	border-bottom: solid 1px #8D1C09;
	line-height: 10px;
}
.tableline  {
	background: #8D1C09;
}
/* IDs -----------------------------------------------------------------------------------------------------------------------------------------*/

#maintables {
 background-color: #DBCFA1;
}
#bannertable {
 background-color: #DBCFA1;
}
#ratestable {
 	background-color: #FFFFFF;
 	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #8D1C09;
	border-color: #8D1C09;
	border: 1px;
}
