@charset "utf-8";
/* CSS Document */

body {
	background:#f9f8f4;
	margin:0 ;
	padding:0;
	font-size:12px;
	font-family: Tahoma, Arial, Helvetica;
	line-height:22px;
	color:#555;
	
	}

/*-----*/
a:link, a:visited {
	color:#4e4e4e;
	text-decoration: none;
}
a:hover, a:active {
	color: #166ab5;
	text-decoration: none;
}

.txt-topic {
	font: 40px Futura;
	color:#333;
}

.txt-header {
	font: 20px Futura;
	color:#333;
}
/*tooltip*/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #c0a562;
/*border:none;*/
padding: 5px;
background-color: #f3edd4;
visibility: hidden;
z-index: 1000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
color:#333;
line-height:18px;
font-size:11px;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 1001;
visibility: hidden;
}
.footer-txthead{
font:bold 14px Arial,Verdana,Tahoma;
	color: #FFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	}
a.footer-txthead:link {color:#FFF;text-decoration:none}    
a.footer-txthead:visited {color:#FFF;text-decoration:none}    
a.footer-txthead:hover{color:#FFF;text-decoration:none}  
a.footer-txthead:active {color:#FFF;text-decoration:none} 

.left-border {
	
	border-left: 1px solid #FFF;
}
.footer-txt{
padding-left: 0;
    margin-left: 0;
	font:normal 12px Arial,Verdana,Tahoma;
	color: #FFF;		
}
.footer-txt li{
	list-style: none;
	margin: 0;
	padding: 0;
	
	}
.footer-txt li a{
	color: #FFF;
	text-decoration: none;
}
.footer-txt li a:hover{
	color: #FFF;
	text-decoration: underline;
}

.video1 {
	
	background:url(../images/pic1.jpg) top center no-repeat;
	height:386px;
	margin:0;
	padding:0;
	width:900px;
	color:#FFF;
}

.txt-black {
	color: #000;
	text-decoration: none;
	
}

.r_new:hover {
	border-bottom:1px #CCCCCC solid;
	border-top:1px #999999 solid;}
.t_new {
	text-align:center;}
.t_new img{
	width:77px; height:38px; margin-top:5px;}
