@charset "UTF-8";
/* CSS Document */

p,table{
	font-family: times;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 9pt;
	color:#000000;
	line-height: 10pt;
	letter-spacing: 0px;
}
body {
	background-color: #ffffff;
	background-image: url(images/gradient_paper_bg.jpg);
	background-repeat: repeat-x;
	background-attachment:none;
	background-position: 0% 0%
}
a:link, a:visited {
	background-color:;
	color:#a57f70;
	text-decoration: none;
	font-family: times;
	font-size: 9pt;
	font-weight: none;
	letter-spacing: 0px;
}

a:hover {
	background-color:none;
	color:#a57f70;
	text-decoration: none;
	font-family: times;
	font-size: 9pt;
}
a:active {
	background-color:none;

}
a img {
  border-width: 1px;
  border-color: #ffffff;
}
