/* Building Blocks */

#beta_flag {
	color: #ffcc00;
}

.style5 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style8 {color: #ffcc00}

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family: Tahoma, serifSansSerifMonospace;
	color: #cccccc;
	font-size: 11px;
}
#pageWrap{
	background-color:#000000;
	width: 766px;
	position: relative;
	left: 20%;
}
#main_div {
	position: relative;
	height: auto;
	z-index: 0;
}
#title_top {
	width: 766px;
}
#footer_cont {
	position:static;
	clear:both;
	clear: both;
	z-index: 0;
}

/* Structure Complete */
/*  Begin  Style */

p {
	font-size: 11px;
}
#content {
	font-family: Tahoma;
	font-size: 11px;
}
a {
	font-family: tahoma;
	color: #cccccc;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.first_word, .second_word {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
}
.first_word {
	color: #ffcc00;
}
.second_word {
	color: #ffffff;
}
.textlink {
font-family: Tahoma; font-size: 12px; color: #ffcc00; font-weight: bold;
}
.text {
font-family: Tahoma; font-size: 12px; color: #cccccc;
}
.textbold {
font-family: Tahoma; font-size: 12px; color: #cccccc; font-weight: bold;
}
.textwhite {
font-family: Tahoma; font-size: 12px; color: #ffffff; font-weight: bold;
}