body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A16A2A;
	background-color: #120a03;
	padding: 0px;
	margin: 0px;
}

body a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

body a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

body a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.highlightBox
{
	border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #B7712C;
	padding: 12px;
	color: #000;
}

.highlightBox a:link
{
	color: #000;
	text-decoration: underline;
}

.content
{
	color: #000;
}

.menuBar {
	font-size: 12px;
}

.menuBar a:link {
	font-weight: bold;
	text-decoration: none;
	color: #e7b66a;
}

.menuBar a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #e7b66a;
}

.menuBar a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #f2d5a7;
}

