body {
	background-color: #E8E6DB;
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #270800;
}
.footer {
	background-color: #270800;
	font-size: 11px;
	color: #8c7d75;
}
a.footer:link	{color: #8c7d75; text-decoration:none;}
a.footer:hover	{color: #8c7d75; text-decoration:underline;}
a.footer:visited	{color: #8c7d75; text-decoration:none;}
a.footer:active	{color: #8c7d75; text-decoration:none;}

a:link	{color: #190c00; text-decoration:none;}
a:hover	{color: #190c00; text-decoration:underline;}
a:visited	{color: #190c00; text-decoration:none;}
a:active	{color: #190c00; text-decoration:none;}

p, td	{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #160C02;
}
li {
	padding-bottom: 10px;
}
.white {
	color: #FFFFFF;
}.dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #270900;
}
