body {
	background-image:  url("images/interface/bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	background-color: #B85B0E;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #495F33;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:active {
	color: #009900;
	text-decoration: underline;
}
.whitetext {
	color: #FFFFFF;
}
.whitetext:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitetext:hover {
	color: #F5CF9C;
	text-decoration: underline;
}
.whitetext:visited {
	color: #F0B76A;
	text-decoration: underline;
}
.whitetext:active {
	color: #F0B76A;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #993300;
}
h2 {

	font-size: 16px;
	font-weight: bold;
}
h3 {

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #495F33;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #B85B0E;
	border-right-color: #B85B0E;
	border-bottom-color: #B85B0E;
	border-left-color: #B85B0E;
}
.large {
	font-size: 14px;
	font-weight: bold;
}
li {
	margin-bottom: 10px;
}
