body
	{
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px; 
	text-align: center;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	}
	
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
	
.white_text
	{
	font-size: 10pt
	}
	
.medium_yellow_text {
	font-size: 15pt;
	font-weight: bolder;
	font-style: italic;
	color: #FF0;
	}
.medium_yellow_text a:link {
	text-decoration: none;
	color: #FF0;
	}
.medium_yellow_text a:hover {
	text-decoration: underline;
	color: #FF0;
	
}
.medium_yellow_text a:visited {
	color: #FF0;
}
.medium_yellow_text a:active {
	text-decoration: none;
	color: #FF0;
}

.fp_text
{
	font-size: 7pt;
	}

.fp_intro_text
{
	font-size: 10pt;
	}
	

.fp_hl_text
{
	font-size: 10pt;
	color:#FFFF00;
	font-weight:900;
	}

	
.large_white_text
	{
	font-size: 20pt;
	font-weight: bolder;
	}

.number_text
	{
	font-size: 30pt;
	font-weight: bolder;
	}
	
.yellow_number_text
	{	
	font-size: 28pt;
	font-weight: bolder;
	color: #FF0;
	}
	
#content {
	width: 750px;
	text-align: center;
	
}


h1 {
	font-size: 25pt
	}
	
h2 {
	font-size: 25pt
	}

#tabs p {
		FONT-FAMILY: verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: 13px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	padding-left: 5px;
	}
.tab-this{
	margin:2px 0 7px 0;
	padding: 5px;
	border: 1px #E7E7FF solid;
	text-align: left;
	background: #ff0081;


}
.tab-header{
	width: 740px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
.tablink-on, .tablink-off{
	position:relative;
	/*left: -2px;*/
	display: inline;
	cursor:pointer;
	width: 740px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 0 0;
	text-indent:2px;
	border: 1px solid #B0CAE5;
	FONT-SIZE: 11px;
}

.tablink-on {
border-bottom: 1px solid #ff0081;
background: #ff0081;

}
.tablink-off{
background: #3d3d3d;
	
}


/* These styles don't need editing */
.show-this{
	display:block;
	width:740px;
}
.hide-this{
	display: none;
}

.text-centered {
	text-align: center;
	}
.terms { color:#CCCCCC; }
