/* -- GLOBAL DEFAULTS ---------------------------------------- */
body, td, div {
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	}

input, select, textarea {
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color:black;
	}

input.button {
	font-family: Arial, Verdana, Trebuchet MS, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	background-color:black;
	}


body { background-color:#000000; }

a, a:link, a:visited {
	color : silver;
	text-decoration : none;
}

a:hover {
	color : white;
	text-decoration : none;
}

img.marquee-dim {
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity = .5);
	cursor:hand;
}

img.marquee-bright {
	filter: progid:DXImageTransform.Microsoft.BasicImage(opacity = 1.0);
	cursor:hand;
}

img.medium {
	cursor:hand;
}

a.marquee_control {
	color:white;
	font-weight:bold;
	cursor:hand;
}
