/* Outside the Tables */
body {
	background-color: #131313;
	}
/* The Tables */
table {
	color: #CCCCCC;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	}
/* The Navigation Text in the Menu */
.style1 {
font-size: 12px;
}
/* The Page Title Text */
.style2 {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}
/* Black Text */
.style3 {
color: #000000;
}
/* Gray Text */
.style4 {
color: #333333;
}
/* Links */
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #ff9c00;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

