@charset "UTF-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 10px;
	background-color: #000000;
}
.greyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6E6E6;
	line-height: 20px;
}
.greyText a:link {
	color: #FFCC00;
	text-decoration : none;
	font-weight: normal;
}
.greyText a:visited {
	color: #FFCC00;
	text-decoration : none;
	font-weight: normal;
}
.greyText a:active {
	color: #CCCCCC;
	text-decoration : underline;
	font-weight: normal;
}
.greyText a:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-weight: normal;
}
td.frameBg {
	background-image:url(images/body_bg.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #FFCC00;
}
