/* CSS Document */
body, td {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
body {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
}
a:link {
	color: #6633FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663366;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #E8D100;
}
.bkwht {
	background-color: #FFFFFF;
}
.black {
color: #000000}
