/* CSS Document */

body
{
	background-color: #bfb5a3;
}
a:link {
	color: #983319;
	text-decoration: none;
}
a:visited {
	color: #75200b;
	text-decoration: none;
}
a:hover {
	color: #cc6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
p
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
h4
{
	font-family: Arial,;
	font-size: 14px;
	font-weight: bold;
	color: #983319;
	text-transform: uppercase;
}	

.navigation
{
	font: Arial;
	font-style:normal;
	font-size:11px;
	font-weight: 600;
	color: #983319;
	text-transform: uppercase;
	text-align: center;
}
.footer
{
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
