@charset "iso-8859-1";
/* CSS Document */



body {
	background-color: #fff;
	height:auto;
	margin: 20px 30px 30px 30px;
  }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	line-height:1.25em;
	}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}
a:link {
	text-decoration: none;
	color: #FF9393;
}
a:visited {
	text-decoration: none;
	color: #660033;
}
a:hover {
	text-decoration: underline;
	color: #336666;
	
}
a:active {
	text-decoration: none;
	color: #336666;
}
