.img_home img{
border: 1px solid #24589E;
}
.img_home:hover img{
border: 1px solid #FFFFFF;
}
.lang {
	font-family: tahoma;
	font-size: 11px;
	color: #1D539C;
	text-decoration: none;
}
.lang:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #A53701;
	text-decoration: none;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #22528B;
	text-decoration: none;
}
.intro:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A53701;
	text-decoration: none;
}
.text_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #01397B;
	line-height: 16px;
}
.detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A53701;
	text-decoration: none;
}
.detail:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0052A4;
	text-decoration: underline;
}
.title_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}
.text_company_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}
/*---------------------Copy------------------------------*/
.copy{
	color: #FFFFFF;
	font-weight:normal;
 	font-family:  tahoma;
 	font-size:11px;
	text-decoration:none;

}
.copyR{
	color: #FFFFFF;
	font-weight:normal;
 	font-family:  tahoma;
 	font-size:11px;
	text-decoration:none;

}
.copyR:hover{
	color: #FCE92B;
	font-weight:normal;
 	font-family:  tahoma;
 	font-size:11px;
	text-decoration:underline;
}
td#left{
width: autopx; /*Width of left column*/
height:auto;
background:url(left.gif) right top no-repeat;
}
td#right{
width: autopx; /*Width of left column*/
height:auto;
background:url(right.gif) left top no-repeat;
}