a {
   color: #000;
   text-decoration:none;
}
a.menu_link {
	color: #fff;
}
a:hover {
   color: #f00;
   text-decoration:underline;
}
a:active {
   color: #f00;
   text-decoration:underline;
}
body, div, table { 
	font-size:10pt;
	font-family: calibri;
}
img.more_img {
	float:left;
	margin-right:10px;
}
.header { 
 	margin-bottom:20px;
}
.headerdiv {
	border: solid 5px #000000; 
	left:0px; top:0px; 
	width:790px; height:400px;
	position:relative;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.header_img1, .header_img2, .header_video {
	width:790; 
	margin: -50px 0px 0px 0px; 
	overflow: hidden;
	position: absolute;
	Z-index: 2;
	top: 0px;
}
.header_video {
	filter:alpha(opacity=0);
	opacity: .0;
	Z-index:3;
}
.header_text {
	width:97.5%; height:55%;
	margin: 0px 0px 0px 0px; 
	background: #fff;
	position: absolute;
	padding: 10px 10px 10px 10px; 
	Z-index: 1;
	opacity: 0.0;
	filter:alpha(opacity=0);
	top: 15%;
	overflow-y: auto;
	text-align: justify;
}
.menu_text {
	margin: 100px 0px 0px 0px; 
	background: #fff;
	position: absolute;
	padding: 10px 10px 10px 10px; 
	Z-index: 1;
	opacity: 0.0;
	filter:alpha(opacity=0);
	top: 0px;
	left: 8px;
	overflow-y: scroll;
	text-align: justify;
}
.header_thumbs {
	position: absolute;
	Z-index: 4;
	top: 337px;
	width:100%; height:63px;
	left: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;	
	filter:alpha(opacity=75);
	opacity: .75;
  overflow-y: Scroll; overflow-x: none;
  align:center;
}
.header_thumbs_img {
	height: 61px;
	margin: 1px;
	opacity: .8;
	filter: alpha(opacity = 80);
}
.header_thumbs_img:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	cursor: pointer;
}
