/* CSS Document */
body {
	margin: 3px;
	background-color: #000000;
	font-family: Arial;
	font-size: 10pt;
	color: #000000
}

.text {
	font-family: Arial;
	font-size: 10pt;
	color: #000000
}
.tinytext {
	font-family: Arial;
	font-size: 8pt;
	color: #FFFFFF
}

.textbox {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	width: 200px
}

a.link {
	font-family: Arial;
	font-size: 10pt;
	color: #003366;
	text-decoration: none;
}

a.link:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #003399;
	text-decoration: underline;
}

a.close {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.close:hover {
	font-family: Arial;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
