body {
	font-size:8pt;
	font-family:verdana;
}

a {
	font-family:verdana;
	text-decoration:none;
	color:#000000;
	font-size:8pt;
}

a:hover {
	text-decoration:underline;
	color:#ff0000;
}

.mouseOverRow {
	background-color:#ff3333;
	color:#ffffff;
	font-size:8pt;
	font-family:verdana;
	cursor:hand;
}

.highlightedRow {
	background-color:#3333ff;
	color:#ffffff;
	font-size:8pt;
	font-family:verdana;
	cursor:hand;
}

.normalRow {
	background-color:#ffffff;
	color:#000000;
	font-size:8pt;
	font-family:verdana;
	cursor:hand;
}

.button {
	font-family:verdana;
	left:#ffffff;
	background-color:#cccccc;
	color:#000000;
	height:15px;
	width:100%;
	top-padding:0px;
	font-size:8pt;
}

input {
	font-family:verdana;
	color:#000000;
	width:100%;
	height:20px;
	font-size:8pt;
}