/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; 
	color: #333333;
	line-height: 17px;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
.active {
	color: #333333;
}
.italics {
	font-style: italic;
}.bold {
	font-weight: bold;
}
.bg {
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}