body {padding:0; margin:0; color:#000000}
body, td {font-family:Tahoma; font-size:11px; }
br{font-size:10px}
a:hover {text-decoration:none}
.s{ color:#888888; text-decoration:none}
.s1{ color:#B4B4B4; text-decoration:none}
.s2{ color:#8F8F8F; text-decoration:none}
.s3{font-size:9px; color:#B4B4B4}
.green{color:#549500;}
.green1{font-size:9px; color:#549500}
.green2{color:#519200}
.red{color:#DA6800}
  .o{color:#FFCC00;}
  .blue{ color:#2C7F06;}
  .w{color:#FFFFFF; }
.b{font-size:9px; color:#535353; }

.t1{background:url(images/1_z2.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 21px }
.t2{background:url(images/1_z3.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 21px }
.t3{background:url(images/1_z1.gif)  center left no-repeat; margin:0px 0px 0px 0px; padding:0px 0px 0px 14px }
 .t4{background:url(images/1_z2.gif)  center left no-repeat; margin:0px 0px 0px 26px; padding:0px 0px 0px 10px }
 


		 
#input1{
  	scrollbar-3dlight-color:#E3E2E2;
    scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#E3E2E2 ;
    scrollbar-face-color:#ECB637; 
	scrollbar-arrow-color:#E3E2E2;
	scrollbar-darkShadow-color:#E3E2E2;
		
		}
		
input,textarea{
   border:1px solid #C1C1B8;
   font-family:Tahoma;
   font-size:11px;
} 


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #82AE05;
padding: 5px;
left: -1000px;
border: 3px solid #D86400;
visibility: hidden;
color: white;
text-decoration: none;
width: 300px;
}

.thumbnail span b {
	font-weight: bold;
	font-size: 12px;
}

.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 */

}
