*{
	margin: 0 auto;
	padding: 0px;
	border: none;
}

html{
	background-color: black;
}

body{
	position: relative;
	text-align: center;
	width: 1024px;
	font-size: 12pt;
	background-color: white;
}

table{
	border-collapse: collapse;
	border: none;
}

.main_text{
	height: 179px;
	float: left;
	clear: both;
}

.menu{
	float: left;
	height: 25px;
}

.image_td{
	text-align: center;

}

.text_td{
	text-align: left;
	vertical-align: top;
	padding: 10px;


}

.show{
   display: block ;
   font-family:Verdana,sans-serif;
	font-size:9pt;
}

.hide{
  display: none;
}

.flash_img{
	position: absolute;
	top: 261px;
	left: 158px;
}

.counter{
	float: left;
	padding-left: 20px;
	width: 88px;
	height: 31px;	
}

.copy{
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 8pt;
	color: white;
	height: 31px;
}

.flash{
	float: left;
	color: white;
	margin: 10px 0 0 100px;
	font-family: times;
	font-size: 10pt;
	text-transform: none;
	font-weight: normal;
}

.flash:hover{
	text-decoration: underline;
	color: white;
}

a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

a:hover{
	color: black;
}

ul{
	list-style-image: url("/images/main/li.gif");
	padding:5px;
}

li{
	font-family: Verdana,sans-serif;
	font-size:11px;
	margin-top:5px;
	
	line-height: 1.3;
}

p{
	font-family: verdana, serif;
	line-height: 1.4em;
	padding-bottom: 2px;
}

.first_line{
	text-indent: 20px;
}

.bolder{
		font-family: Arial, monospace;
		font-size: 11pt;
		
}

object{
	text-align: center;
}

*:first-child+html .bott_table {
	margin: -8px 0 -10px 0;	
}

* html .bott_table {
  margin: -8px 0 -10px 0;	
}



