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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #000000;
	background-color:#ffffff;
	margin:4px;
}

H3	{
	color:#FFFFCC;
}


p a:link {
	color:#ffffff;
	text-decoration: none;
	background-color:#000000;
}

p a:visited {
	color:#ffffff;
	text-decoration: none;
	background-color:#000000;
}
p a:hover {
	text-decoration: underline;
	color: #000000;
	background-color:#FFFFFF;
}
p a:active {
	color:#ffffff;
	text-decoration: none;
	background-color:#000000;
}


.footer	{
	color:#ffffff;
	font-size:8pt;
}

h4	{
	font-size:14pt;
	font-weight:normal;
	}