body {padding:0; margin:0; background-image:url('images/bg1.gif') }
body, td, input, textarea{
	font-size:11px;
    font-family:Tahoma;
	color:#2C352B;
	line-height:14px;
	vertical-align:top;
	padding:0px;
}

br{font-size:10px}
table{border:0px; border-collapse:collapse;	}

a{color:#843500; text-decoration:underline} 
a:hover{text-decoration:none}

ul{margin:0; padding:0; list-style:none; line-height:18px}
li{background:url('images/1_z1.gif') no-repeat center left; margin:0px; padding-left:17px; font-size:11px }
li a{color:#0E4208; font-weight:bold} 

.footer{color:#919D8E; } 
.footer a{color:#BD660C; } 
.footer span a{color:#919D8E; text-decoration:none } 
.footer span a:hover{color:#919D8E; text-decoration: underline } 

.more{background:url('images/1_z1.gif') no-repeat center left; padding-left:11px; vertical-align:middle; color:#000000}
.a2{color:#0E4208; font-size:10px}
.a1{color:#A5C89B}
.a3{color:#2C352B}

.set div{ width:210px; height:22px; background-color:#5C7757; color:#A5C89B}
.set div a{ color:#A5C89B; text-decoration:none}
.set div a:hover{ color:#A5C89B; text-decoration: underline}
.set div div{ width:auto; padding-top:3px; padding-left:9px; padding-right:11px}
.set1{ margin-top:2px}
input{
   background:#7AA176;
   border:1px solid #A5C89B;
   padding-left:5px;
   width:192px; height:21px;
}

textarea{
   background:#7AA176;
   border:1px solid #A5C89B;
   padding-left:5px;
   width:192px; height:103px;
   overflow:auto
}


p.thumbnail{
position: relative;
z-index: 0;
color:navy;
text-decoration: underline;
cursor:pointer;
}

.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: -115;
left: 190px; /*position where enlarged image should offset horizontally */
}


