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

/* background:url('images/css_L.gif') no-repeat left top; */

/* Link Styles */



.glink {
font: normal 11px/11px Arial;
color:#56779F;
}
a.glink:link {
	text-decoration: none;
}
a.glink:visited {
	text-decoration: none;

}
a.glink:hover {
		text-decoration: underline;
}

.cursor{cursor:pointer}
.form-txt  {font: bold 12px/12px Arial;color:#D5D2B9;}
.input{border:1px solid #000; background-color:#FFFFFF; width:150px; height:18px; margin-top:2px;margin-bottom:2px;}
.sub{margin-left:35px;margin-top:5px;border:0px}
.norm-txt  {font: normal 11px/11px Arial;color:#D5D2B9}
.pgtit  {font: bold 26px Arial;color:#FFFFFF}

.copy {
font: normal 10px/11px Arial;
color:#56779F;
text-align:center;
}



/*CSS for popup image on over*/

.thumbnail{
position: relative;
z-index: 1;
text-decoration:none;
}

.thumbnail:hover{
z-index: 50;
text-decoration:none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;

padding: 5px;
left: -1000px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
text-decoration:none;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
width:235px;
height:24px;
visibility: visible;
left:0px; /*position where enlarged image should offset horizontally */
background:url('images/css-over.png') no-repeat left top;
color:#FFFFFF;
font-family:arial;
font-size:13px;
font-weight:bold;
text-decoration:none;
padding-left:-230px;
margin-left:-230px;
margin-top:21px;


}









