@charset "utf-8";
/* CSS Document */

body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.blue {
	color:#09f;
	font-weight:bold;
}
.white {
	color:#fff;
	font-weight:bold;
}
.red {
	color:#f00;
	font-weight:bold;
}
.fade {
background-color: #666666;
opacity:0.8;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity:0.8;
}
