ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}
.displayBox {
	border: thin dotted #999999;
}
.menuBox {
	border: medium dotted #999999;
}
.redhighlight {
	color: #FF0000;
	font-weight:bold;
}
body {
	background-color: #999999;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {

	color: #FF0000;
	text-decoration: underline;
}
a:active {


	color: #666666;
	text-decoration: none;
}
.smallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.red:link {
	color: #ff0000;
	text-decoration: none; 
}
a.red:visited {
	color: #ff0000;
	text-decoration: none;
}
a.red:hover {

	color: #FF0000;
	text-decoration: underline;
}
a.red:active {


	color: #ff0000;
	text-decoration: none;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
}
.faded {
	color: #999999;
}

a.small:link {
	text-decoration: none; 
	font-size: 9px;
}
a.small:visited {
	text-decoration: none;
		font-size: 9px;

}
a.small:hover {

	color: #FF0000;
	text-decoration: underline;
		font-size: 9px;

}
a.small:active {


	color: #ff0000;
	text-decoration: none;
		font-size: 9px;

}
