P {font: normal 9pt/12pt "Verdana", "Arial", "Helvetica", "sans-serif"; color:#222222;}

P.subhead  {
	font-size: 7.5pt;
	line-height: 10pt;
	font-weight: bold;
}

P.header {
	font-size: 20pt;
	line-height: 28pt;
	font-weight: bold;
}

P.justified {text-align:justify}

P.links  {
	font: normal 7pt/9pt "Verdana", "Arial", "Helvetica", "sans-serif";
	color:#000066;
	text-decoration: underline;
}

SPAN {font: bold 9pt/16pt "Verdana", "Arial", "Helvetica", "sans-serif"; color:#222222;letter-spacing:1px}

H2 {font: normal 16pt/20pt "Verdana", "Arial", "Helvetica", "sans-serif"; color:#222222}

A:hover {
	background:#FFFFCC;
	color: #333333;
	line-height: 8pt;
}

A:link  {
	color:#333333;
}
.statement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 20pt;
	font-weight: normal;
	color: #333333;
	width: 600px;
}
.resumesub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.resumetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;
}
.resumetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;
	font-weight: normal;
	color: #000000;
}
.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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:-200px;
left:0; /*position where enlarged image should offset horizontally */

}