.title {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	color: #222222;
	font-weight: bold;
}

.calendartitle { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 15px; letter-spacing: -1px; color: #222222; font-weight: bold;}



a:link {text-decoration: underline; color:#000000; font-weight:bold; }
a:visited {text-decoration: underline; color:#000000; font-weight:bold; }
a:active {text-decoration: underline; color:#000000; font-weight:bold; }
a:hover {text-decoration: underline; color:#999999; font-weight:bolder;}


.randomizer{
visibility: hidden;
}



body{ 
    
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	margin: auto auto;
	text-align: left;
	text-decoration: none;
	width: 675px;
	
	
} 
.style1 {font-size: medium}
.topUnderlyingMenu {
	font-size: 9px;
	background-color: #FFF;
	background-repeat: no-repeat;
}

.pretext {
	font-size: 9px;
	color:#906
}

.SubHeaders {
	font-size: 22px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.sub { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing: -1px; color: #222222; font-weight: bold;}

.copy { font-family:  Verdana, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 14px; color: #000000;}



.tiny { font-family:  Verdana, Helvetica, Arial, sans-serif; font-size: 9px; line-height: 12px; color: #000000;}
a:active, a:hover   { text-decoration: underline; }

b {font-weight: bold; color: #222222;}


textarea, input {font: 12px verdana, arial, sans-serif; color: #000000; background-color:#dddddd;}
 
td { font-family:  Verdana, Helvetica, Arial,  sans-serif; font-size: 11px; color: #000000; }

.thumbnail{
position: absolute;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
