@charset "utf-8";

/*---------------------- Defaults ---------------------- */

  body {
	padding: 0;
	margin: 0;
	font: 8pt Verdana, Geneva, sans-serif;

}

.clearBoth {clear:both;}

.bodytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}
.bodytext a{
	color: #b98342;
	text-decoration: none;
	text-align: left;
}
.bodytext a:hover{
	color: #666666;
	text-decoration: none;
	text-align: left;
}

.smalltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}
.smalltext a{
	color: #b98342;
	text-decoration: none;
	text-align: left;
}
.smalltext a:hover{
	color: #666666;
	text-decoration: none;
	text-align: left;
}


.submenutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}
.submenutext a{
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
.submenutext a:hover{
	color: #b98342;
	text-decoration: none;
	text-align: left;
}


