@charset "iso-8859-9";
/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b80000;
	background-image: url(../_img/bg.gif);
	background-repeat: repeat-x;
}
/*img { behavior: url("pngbehavior.htc");} */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
h1 {
	font-size: 14px;
	color: #C60000;
}
h2 {
	font-size: 20px;
	color: #000000;
}
h3 {
	font-size: 11px;
	color: #fff;
}
h4 {
	font-size: 16px;
	color: #fff;
}

.tbox_te{
	border-top: 1px solid #afafaf; 
	background-color:#e7e7e7; 
	padding:15px; 
	color:#626262;}

.img_u{
	background-color:#008aff;
	padding:10px;
    
    }
