.style0 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
.style0-1 {
	font-family: Tahoma;
	font-size: 14px;
	color:#666666;
}
.style1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
}
.style1-1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.style2-1 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
}
.company-home {
	font-family: Tahoma;
	font-size: 11px;
	color:#C0C0C0;
	padding-left:5px;
}
.style3 {
	font-family: Tahoma; 
	color: #993300; 
	font-size: 12px; 
	font-weight: bold; 
}
.style4 {
	font-family: Tahoma; 
	color: #000000; 
	font-size: 11px; 
}
.link1 {
	font-family: Tahoma; 
	color: #993300; 
	font-size: 11px; 
	cursor:pointer;
}
.select1{
	font-family: Tahoma;
	font-size: 11px;
}
.news-home-1 {
	font-family: Tahoma;
	font-size: 11px;
	color:#CEC5B5;
	font-weight: bold; 
	padding-left:5px;
}
.news-home-2 {
	font-family: Tahoma;
	font-size: 11px;
	color:#E5CEA6;
	padding-left:5px;
}
A:link {
	color: #999999;
	text-decoration: underline;
}
A:active {
	color: #F56837;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: underline;
}
A:hover {
	color:#F56837;
	text-decoration: none;
}

/*  opacity  */
.img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.img90 {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
.img80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.img70 {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
}
.img50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.img0 {
	filter:alpha(opacity=0);
	-moz-opacity:0;
}
