/* CSS definition file containing sitestyle stylesheets */
BODY {
	background-color: #D9DBBD;
}
 A:link  {
	color: rgb(179,91,52);
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}
 A:visited  {
	color: rgb(179,91,52);
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}
 A:active  {
	color: rgb(179,91,52);
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}
 A:hover {
	color: rgb(179,91,52);
	font-style: normal;
	text-decoration: underline;
	cursor: hand;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
}
 td {
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color : #999999;
}