ul {margin:0; padding:0; list-style:none; line-height:20px}
li {padding:0 0 0 10px;}



 body {margin:0px; padding:0px; background-color:#FFFFFF}

  .white{font-family:Tahoma; font-size:11px;  color:#FFFFFF; line-height:13px; text-decoration:none}
  .main{font-family:Tahoma; font-size:11px;  color:#6A6E70; line-height:14px;}
  .red{font-family:Tahoma; font-size:11px;  color:#9B0000; line-height:14px;}
  .Page_header {font-family:Tahoma; font-size: 14px;  color:#9B0000; line-height:14px;}
  .White_header {font-family:Tahoma; font-size: 14px;  color:#FFFFFF; line-height:14px;}




  .input{
  		width:186px; height:23px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#3D4C55;
		font-family:Tahoma; font-size:11px;  color:#6A6E70;
		padding-top:3px;
		padding-left:5px;
		}

  .input2{
  		width:186px; height:20px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#3D4C55;
		font-family:Tahoma; font-size:11px;  color:#6A6E70;
		padding-top:2px;
		padding-left:5px;
		}
		.textarea{
		width:178px; height:64px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#3D4C55;
		font-family:Tahoma; font-size:11px;  color:#6A6E70;
		padding-top:2px;
		padding-left:5px;
		overflow:auto;
		}


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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #A00000;
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: auto;
left: auto; /*position where enlarged image should offset horizontally */
}






 





