/* CSS Document */

/* Global Styles */
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #8C8C8C;
	background-color: #0A0904;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

.greyBG { background: #999999; }
.greylineBG { background: #8C8C8C; }

.topNav, .topNav a
{
	color: #000000;
	font-weight: bold;
	padding: 12px 12px;
	text-decoration: none;
}
.topNav a:hover, a.active
{
	color: #FFFFFF;
	text-decoration: none;
}

.titleText
{
	font-weight: bold;
	margin: 25px 50px 10px;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 10px 50px;
	text-align: left;
}

.bottomText
{
	font-size: 9px;
	font-weight: normal;
	margin: 0px 50px;
	text-align: left;
}

.bottomText a
{
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #8C8C8C;
}
.bottomText a:hover
{
	font-size: 9px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
}