@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
body {
	margin-top: 11px;
	background-color: #231F20;
	background-image: url(../images/browserBCK.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #639CF7;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #D0E1FD;
}
a:hover {
	text-decoration: underline;
	color: #FDDB51;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

.white {
	color: #FFF;
}
.yellowtxt {
	color: #F0D15C;
}
.blueheading {
	color: #639CF7;
}
.ltGrey {
	color: #CCC;
}

