/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #444133;
	text-decoration:underline;
}
a:visited {
	color: #444133;
text-decoration:underline;
}
a:hover {
	color: #32617c;
	text-decoration:none;
}
a:active {
	color: #444133;
text-decoration:underline;
}
a {
	/*
	font-weight: bold;
	*/
}
.style1 {color: #333333}
.style2 {
	font-size: 12px;
	font-weight: bold;
}