@charset "utf-8";
/* CSS Document */
BODY {
	background-color: #000;
}
p {font-family: Arial, Helvetica, sans-serif; font-size:13px; color:#999;
}
h3 {font-family: Arial, Helvetica, sans-serif; font-size:14px; font-style:bold; color:#CCC;
}
A:link {text-decoration: none; font-size:12px; color: #bdbedf;}
A:visited {text-decoration: none; font-size:12px; color: #C36;}
A:active {text-decoration: none; font-size:12px; color: #bdbedf;}
A:hover {text-decoration: none; font-size:12px; color: #F39;}

.grayTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #555555;
	vertical-align: middle;
}
.grayTitle a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #555555;
	vertical-align: middle;
	text-decoration: none;
}
grayTitle a:hoover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #555555;
	vertical-align: middle;
	text-decoration: none;
}
.grayTitle a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color:#555555;
	vertical-align: middle;
	text-decoration: none;
}
.grayTitle a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color:#555555;
	vertical-align: middle;
	text-decoration: none;
}



