body {
	background-color: #F6EBC4;
}


A:link 		{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 9pt; 
color: Black; 
font-weight:normal;
text-decoration: underline;
}

A:visited	{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 9pt; 
color: Black; 
font-weight:normal;
text-decoration: none;
}

A:active	{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 9pt; 
color: Black; 
font-weight:normal;
text-decoration: none;
}

A:hover 	{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 9pt; 
color: #656565; 
background: #F1E3C7;
font-weight:normal;
text-decoration: none;
}



.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16.5px;
	color: #361C1D;
}
.subtitle {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #CF8C42;
}
.goldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 15px;
	color: #CE8B41;
}
.border {
	border: 1px solid #CE8B41;
}
.rightborder {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #DDC273;
}
