body {
	background-color: #000000;
	color: #dddddd;
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	text-align: justify;
}

td {
	color: #dddddd;
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	vertical-align:top;
}

div {
	color: #dddddd;
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
}

a:link {
	text-decoration: underline;
	color: #ccccff;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #cccccc;
	font-weight: bold;
}

a:active, a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

input {
	border:1px solid white;
	background-color: #000000;
	color: #ffffff;
	font-family:Verdana, sans-serif;
	font-size:8pt
}

textarea {
	border:1px solid white;
	background-color: #000000;
	color: #ffffff;
	font-family:Verdana, sans-serif;
	font-size:8pt
}

.right {
	text-align:right;
}

.small {
	font-size:8pt;
	font-family:Verdana, sans-serif;
}

.head {
	font-size:12pt;
	font-family:Arial, sans-serif;
	font-weight:bold;
}