BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #ffcc33;
	background-color: black;
}

A {
	color:white;
	padding: 1px 1px 1px 1px;
}
A:visited {
	color: #cc99ff;
}
A:focus {
	text-decoration: none;
	color: black;
	background: white;
}
A:hover {
	text-decoration: none;
	color: black;
	background: white;
}
A:active {
	color: #ff3333;
}

TD {
	font-size: 8pt;
}

.h1 {
	font-family: Palatino,Times New Roman,serif;
	font-size: 20pt;
	font-weight: bold;
}

.h2 {
	font-family: Trebuchet MS,Palatino,Times New Roman,serif;
	font-size: 13pt;
	font-weight: bold;
}

.smallprint {
	font-size: 7pt;
}

.popup {
	border-width:2px;
	border-color:#999999;
	border-style:solid;
	padding:5px 5px 5px 5px;
	background:#ccccff;
	visibility:hidden;
	color:black;
}

