/*---------------------Copy------------------------------*/
.copy{
	color: #8F8F8F;
	font-weight:normal;
 	font-family: tahoma;
 	font-size:11px;
	text-decoration:none;

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

}
.copyR:hover{
	color: #FFFFFF;
}

/*---------------------End Copy------------------------------*/
td#left_home{
	width: auto; /*Width of left column*/
	height:auto;
	background-image: url(left_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
td#right_home{
	width: auto; /*Width of left column*/
	height:auto;
	background-image: url(right_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

