body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-color: #E5A871;
}
.mainBody {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.BodyColor {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #512f2a;
	line-height: 13pt;
}
.mainTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #512f2a;
}
.subTitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #512f2a;
}
.bodyBold {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #512f2a;
}
.footer {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #512f2a;
}

a:link    { color : #512f2a; text-decoration: none; }
a:visited { color : #512f2a; text-decoration: none; }
a:hover   { color : #512f2a; text-decoration: underline; }
a:active  { color : #512f2a; text-decoration: none; }

* html  p.small { margin: 5px 0; }

ul {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin:10px 0;
}

li {
	list-style-type:none;
	margin:2px 0;
}

* html li {
	margin-left:25px;
}
