.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #550F01;
	text-decoration: none;
	font-weight: normal;
}
A.body { text-decoration: underline}
A.body:hover { color: #000000; text-decoration: underline}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #550F01;
	text-decoration: none;
	font-weight: normal;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #EAE5C5;
	text-decoration: none;
	font-weight: normal;
}
A.footer { text-decoration: underline}
A.footer:hover { color: #ffffff; text-decoration: none}

ul {
	list-style-image: url(images/bullet.gif);
	margin-top: 4px; 
	margin-bottom: 4px; 
}
HR { border: 0;
color: #550F01;
background-color: #EAE5C5;
height: 1px;
width: 100%;
text-align: left;
padding-top:18px;
}