body {
}
body, td {font-family:Tahoma; font-size:11px; }
br{font-size:10px}
a:hover {text-decoration:none}
.s{color:#4F4E4E; text-decoration:none}
.s1{font-size:10px; color:#6B7D88; text-decoration:none}
  .green{color:#A5A07F;}
.red{color:#D32D00;}
  .o{color:#8F7737;}
.blue{font-size:10px; color:#D6F0FA}
.blue1{color:#D6F2F9}
.blue2{color:#D6F2F9;text-decoration:none}
.w{color:#FAFBFE;text-decoration:none}
.w1{font-size:10px; color:#FAFBFE;}
  .b{color:#3A3A37; }

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


input,textarea{
   background:#97A8BC;
   border:1px solid #5E7085;
   font-family:Tahoma;
   font-size:11px;
} 
 



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}