body{
padding:0px;
margin:0px;
background-color:#FFFFFF;
background-image:url(images/bg_2.gif);
background-repeat:repeat-y;
}
.copy_1 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color: #8A8A8A;
	text-decoration: none;
}
.copy_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 11px;
	color: #4B4A72;
	text-decoration: none;
}
.search {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 17px;
	width: 126px;
	border: 1px solid #C2C2C2;
}
.link_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #303338;
	text-decoration: none;
}
.text_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #424242;
}
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FF9D45;
}
.text_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #556198;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #4369A1;
}
.text_4 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #4B5686;
}
.more {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #A8A8A8;
	text-decoration: none;
}
.form_1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 20px;
	width: 270px;
	border: 1px solid #C2C4C6;
}
.form_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	background-color: #FFFFFF;
	height: 162px;
	width: 270px;
	border: 1px solid #C2C4C6;
	overflow:auto;
}
/*    BiziSite Thumb nail Popup image       */


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
