body

{ 



/*background: #e9e4ce url(images/bg.gif) no-repeat fixed top;*/

background-color:#e9e4ce;

top-margin: 0px;

font-family: arial;

font-size: 12px;



}  



hr{

color: #cccccc;

height: 1px;

margin-top: 10px;

margin-bottom: 10px;

}



dt{

font-weight:bold;

color: #999966;

}



.maintable

{

width: 922px; 

background-color:#ffffff;

font-family:arial;

font-size:13px;

}



.header{

font-size:16px;

color: #d0b48c;

font-weight:bold;



}



.header2{

font-size:14px;

color: brown;

font-weight:bold;



}



.con{

font-size:14px;

color: red;

font-weight:bold;

}



.pro{

font-size:14px;

color: green;

font-weight:bold;



}





.footer{

font-family:arial; 

font-size:10px; 

color:#808080;

text-decoration: none;

}



.yellowbg{

background-color: #FFFF00;

}





/*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: #B4AF9A;

/*padding: 5px;*/

left: -1000px;

border: 1px solid black;

visibility: hidden;

color: black;

font-weight:bold;

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



}

