.style2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
.header_row, .header_column, .header_body
{
	height: 140px;
}
.header_column
{
	width: 12px;	
}
.header_body
{
	width: 760px;
}
.footer_row
{
	height: 56px;
	/*text-align: center;*/
}
.footer_body
{
	width: 760px;
}
.data_row, .data_column
{
	/*height: 650px;*/
	height: 100%;
}
.data_column
{
	width: 12px;
}
.small 
{
	position: relative;
	top: -5px;
	/*color:#5E0303;*/
	color:#737373;
	font-family:Georgia,verdana,arial,lucida,helvetica,sans-serif;
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
	text-align: center;
}
.countdown
{
	position: relative;
	top: -6px;
	left: 70px;
	color:#FFE4E1;
	font-family: Script MT Bold, Georgia, verdana, arial, lucida, helvetica, sans-serif;
	font-size:13pt;
	font-style:normal;
	font-weight:normal;
	text-align: center;
}
.text
{
	font-color: #737373;

}
.blackout
{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	
	background-color: #000000;
	/*background-color: #CCCCCC;*/
	position: absolute;
	
	top: 0px;
	width: 100%;
	height: 100%;
	
	/* invisible to start */
	display: none;
}
.adjustup
{
	position: relative;
	top: -2px;
}
.adjustdown
{
	position: relative;
	top: 2px;
}