@charset "utf-8";

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

  body {
	padding: 0;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;

}

.clearBoth {clear:both;}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

.normallink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	color: #594e43;
	text-decoration: none;
}
.normallink a{
	color: #594e43;
	text-decoration: none;
}
.normallink a:hover{
	color: #000000;
	text-decoration: none;
}


