.style1 {	font-size: 9pt;
	font-style: italic;
}
.tit
{
	text-align:left; font-size:24px; color:#FFFFFF;
}
.small_tit
{
	text-align:left; font-size:18px; color:#FFFFFF; padding-left:10px;
}
.reg_text 
{
text-indent: 5px;
text-align:left;
font-size:14px;
color:#999999;
margin-left:5px;
}


a:link {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#FFFFFF;}
a:active {color:#FFFFFF;}
a {text-decoration:underline;font:bold 10pt Arial, Helvetica, sans-serif;}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.2_top_link
{
margin-left:10px;
 font-size:12px
}
.hot_rod{
	


	text-align:right;
}
.hot_rod_link{
	font-size:18px;
	color:#FFFFFF; 
	cursor:pointer;
}

#blocker{
	
	overflow:hidden;
	width:100%;
	height:100%;
	background-color:#000;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	cursor:pointer;
	z-index: 1;
}
#playerDiv{
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	height:375px;
	margin-left:-250px;
	margin-top:-187px;
	display:none;
	border:4px solid #AF0A0A;
	background-color:black;
	z-index: 2;
}
#cross{
	border:4px solid Red;
	border-bottom:none;
	width:20px;
	height:18px;
	background-color:Red;
	position:absolute;
	width:500px;
	height:20px;
	top:50%;
	left:50%;
	margin-left:-254px;
	margin-top:-214px;
	
	text-align:center;
	font-size:18px;
	line-height:16px;
	color:White;
	z-index: 3;
}
