@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #F9F7DE;
}
h1 {
	font-size: 16px;
	color: #333333;
}
/* CSS Document */

a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #DADADA;
}
a:active {
	color: #0033FF;
	text-decoration: none;
}
table {
	background-color: #FFFFFF;
}
