/*********************************************
HTML ELEMENTS
*********************************************/
body {
	background:			#000;
	color:				#fff;
	font-family:		Arial, Helvetica, sans-serif;
}

h1 {
	color:				#fff;
	font-family:		arial, sans-serif;
	font-size:			14pt;
	font-weight:		bold;
	text-align:			center;
}

h2 {
	color:				#fff;
	font-family:		arial, sans-serif;
	font-size:			12pt;
	font-weight:		bold;
	text-align:			center;
}

h1 span,
h2 span {
	color:				#FE9F45;
}



/*********************************************
CONTAINER
*********************************************/
#container 	{		
	width:				720px;
	margin-left:		auto;
	margin-right:		auto;
}


/*********************************************
HEADER
*********************************************/
.header {
	width:				700px;
	margin-left:		auto;
	margin-right:		auto;
}

.header img {
	border: 0px;
}


/*********************************************
TABLE
*********************************************/
.table {
	width:				680px;
}


/*********************************************
SCREENSHOTS
*********************************************/
.screenshots {
	border:				1px solid #222;
	background:			#191919;
	font-family:		tahoma, sans-serif;
	font-size:			8pt;
	font-weight:		bold;
	padding:			10px;
	text-align:			center;
	line-height:		16pt;
}

.screenshots img {
	border:				1px solid #FE9F45;
}

.screenshots a:link,
.screenshots a:visited {
	color:				#FE9F45;
	text-decoration:	underline;
}

.screenshots a:hover {
	color:				#fff;
	text-decoration:	none;
}


/*********************************************
VIDEO
*********************************************/
.video {
	border:				1px solid #222;
	background:			#191919;
	font-family:		tahoma, sans-serif;
	font-size:			8pt;
	font-weight:		bold;
	text-align:			center;
	line-height:		16pt;
	padding:			5px;
}

.videoText {
	border:				1px solid #222;
	background:			#191919;
	font-family:		arial, sans-serif;
	font-size:			12pt;
	font-weight:		bold;
	padding:			10px;
	text-align:			center;
	line-height:		18pt;
}

.videoText a:link,
.videoText a:visited {
	color:				#FE9F45;
	text-decoration:	underline;
}

.videoText a:hover {
	color: #fff;
}


/*********************************************
BANNER
*********************************************/
.banner {
	margin-top:			10px;
	margin-bottom:		10px;
	text-align:			center;
}


/*********************************************
HEADSHOTS
*********************************************/
.headshots {
	background: 		#222;
	border:				1px dotted #444;
	font-size:			10pt;
	padding:			10px;
	margin:				20px;
}

.headshots a:link,
.headshots a:visited {
	color: 				#fff;
	text-decoration: 	underline;
}

.headshots a:hover {
	color: 				#FE9F45;
	text-decoration: 	none;
}

.headshots img {
	border:				1px solid #fff;
}


/*********************************************
FOOTER
*********************************************/
.footer {
	color:				#999;
	font-family: 		arial, sans-serif;
	font-size: 			10pt;
	line-height: 		16pt;
	text-align:			center;
	margin:				10px;
}

/*******************************************************************
/
/  Updated 2257 Compliance Styles
/
/*******************************************************************/			

#complianceDIV {
	font-family: 	times new roman;
	font-size: 		12pt;
	color: 			#fff;
	line-height: 	110%;
	padding-top:	20px;
	padding-bottom:	20px;
	padding-left:	40px;
	padding-right:	40px;
	}

#complianceDIV a {
	font-family: 	times new roman;
	font-size: 		12pt;
	color:			#fff;
	font-weight: 	normal;
	text-decoration: underline;
	}

#complianceDIV a:hover {
	font-family: 	times new roman;
	font-size: 		12pt;
	color: 			#FE9F45;
	font-weight: 	normal;
	text-decoration: none;
}

.privacyText {
	font-family:	verdana,arial;
	font-weight:	normal;
	font-size:		9px;
	color:			#fff;
	padding-bottom:	10px;
	line-height:	300%;
	vertical-align:	middle;
}

.privacyText a			{	color:	#fff; text-decoration: underline;}
.privacyText a:hover 	{	color:	#fff; text-decoration: none;}
.privacyText a:visited 	{	color:	#fff; text-decoration: underline;}
			

