.header
{
	background-image: url(images/head.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6F2301;
	text-decoration: none;
}
.text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C9A14C;
	text-decoration: none;
}
.highlight{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #AC691B;
	text-decoration: none;
}