body, table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4F4F44;
	list-style-type: square;
}
.footer {
	font-size: 10px;
	line-height: normal;
	padding-left: 10px;
	color: #666666;
}

a:link {
	text-decoration: none;
	color: #003399;
	}
a:active {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
	}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
.textbg {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
