/* CSS Document */
body {
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	color: #666666;
	background: #DDDFC1;
	margin: 0px;
}
.largeText {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.blackText {
	color: #000000;
}
td.bottomBorder {
	border-bottom: 1px solid #CCCCCC;
}
a:link,
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

