@charset "utf-8";
/* CSS Document */
body
	{
	margin:0;
	background-color:#FFFFFF;
	}
a:link
	{
	text-decoration: none;
	}
a:visited
	{
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}
a:active
	{
	text-decoration: none;
	}


.footertext
	{
	font-family:Verdana, Tahoma, Arial;
	font-size:9px;
	color:#333333;
	}
