A:hover { color: #6699CC; text-decoration: none }
A:link { color: #6699CC; text-decoration: none }
A:active { color: #6699CC; text-decoration: none }
A:visited { color: #6699CC; text-decoration: none }

BODY, TD, TH, UL, OL, LI, P, DD, DT, DL {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a img {border-color:#6699CC;}

.footer {
	font-size : 8pt;
}

.table_title {
	font-size: 10pt;
	font-weight : bold;
	font-style : italic;
}

div.scroll {overflow: auto; width: 620; height: 103;}

TD, UL, OL, LI, DD, DT, DL {
	font-size : 10pt;
	color : #666666;
}

P {
	font-size: 10pt;
	color : #666666;
}


TH {
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	color : #9999CC;
}

H1 {
	font-size : 16pt;
	font-weight : bold;
	color : #6699CC;
}

H2 {
	font-size : 12pt;
	font-weight : bold;
	color : #6699CC;
}

H3 {
	font-size : 12pt;
	color : #9999CC;
}


/* the following styles are */
/*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: #FFFFFF;
padding: 5px;
left: -200px;
width: 200px;
border: 1px dashed #999999;
visibility: hidden;
color: #666666;
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: 20;
left: 20px; /*position where enlarged image should offset horizontally */

}



