body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D9EBA2;
	margin: 0px;
}
a:link {
	color: #720201;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #7A0000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #BDA4A7;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.logo {   font-size: 20px; font-weight: bold; color: #FFFFFF}
.text {  font-size: 11px; color: #333333}
.footer{   
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}

a.a:link {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
a.a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
}
a.a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
h1 {
	font-size: 20px;
	color: #C00204;
}
h2 {
	font-size: 16px;
	color: #7B0100;
}
.border
{
	border: 1px solid #993300;
}
.green-border
{
	border: 1px solid #AACE2D;
}