.bckgrnd {
background-image:url('../images/images-iq3/iqd-bckgnd.jpg');
background-color:#C9C6A3;
background-position:top;
vertical-align:top
}
.maintxt {
	font-family: "Caslon 540 LT Std", "Times New Roman", Times, serif;
	color: #606621;
	
}
.maintxtJustified {
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
}
.txtOrangeBig {
	font-size: large;
	color: #AB650C;
	font-weight: bold;
	text-align: center;
}
#Table_01 tr td table tr td .txtOrangeBig {
	font-size: x-large;
}
.txtWhiteRustbg {
	color: #FFF;
	font-weight: bold;
}
.txtRust {
	color: #AB650C;
	font-style: italic;
}
.txtBlack {
	color: #000;
}
body,td,th {
	color: #606621;
	line-height: 1.5;
}
a:link {
	color: #606621;
	text-decoration:none;
}
a:visited {
	color: #606621;
	text-decoration:none;
	font-weight: normal;
}
a:hover {
	color: #AB650C;
	text-decoration:none;
}
a:active {
	color: #606621;
	text-decoration:none;
}
a.float {
text-decoration: none; /* definition for the link that will display the layer */
}
a.float:hover {
background: none; /* correction for an IE bug*/
}
a.float span { /* definition of <span> tag included in <a> */
display: none;
}
a.float{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

a.float:hover{z-index:25;}

a.float span{display: none}

a.float:hover span{ /*the span will display just on :hover state*/
display: inline;
position: absolute;
top: 384; /* layer's place and dimension that you can change at will */
right: 0px;
width: 428px;
height: 384px;
text-align: left;}


img.nohover {border:0}
img.hover {border:0;display:none}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}

