/*---------------------Copy------------------------------*/
.copy{
	color: #A6B6D6;
	font-weight:normal;
 	font-family:  tahoma;
 	font-size:11px;
	text-decoration:none;

}
.copyR{
	color: #A6B6D6;
	font-weight:normal;
 	font-family:  tahoma;
 	font-size:11px;
	text-decoration:none;

}
.copyR:hover{
	color: #FFFFFF;
	font-weight:normal;
 	font-family:  tahoma;
 	font-size:11px;
	text-decoration: underline;
}
/*---------------------End Copy------------------------------*/
/*---------------------bg------------------------------*/
td#left{
width: autopx; /*Width of left column*/
height:auto;
background:url(left_home.gif) right top no-repeat;
}
td#right{
width: autopx; /*Width of left column*/
height:auto;
background:url(right_home.gif) left top no-repeat;
}
td#home{
width: autopx; /*Width of left column*/
height:auto;
background:url(bg_content.gif) left bottom no-repeat;
}
td#home1{
width: autopx; /*Width of left column*/
height:auto;
background:url(bg_content1.gif) left bottom no-repeat;
}
/*---------------------end bg------------------------------*/
/*---------------------search------------------------------*/
.from_search_home {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #91A8D7;
	background:url(bg_search.gif);
}
#search_bt{
width: auto;

}

#search_bt a{
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding:3 5 3 5;
	background-color: #91A8D7;
	text-transform: uppercase;
}

#search_bt a:hover{
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #E18522;
	text-transform: uppercase;
	padding:3 5 3 5;

}
/*---------------------end search------------------------------*/