body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
.NavHeader
	{
	color : #114477;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:  bold;
	text-indent: 150px;
	}
.LeftSideLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 14px;
	text-align: left; 
	vertical-align: top;
	font-weight: normal;
}
.ArialRedSmall
	{
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal; 
	font-weight : normal;
	line-height: 22px;
	text-align:center;
	vertical-align:top;
	}
H1
	{
	color: #453807;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal; 
	font-weight: bold;
	line-height: 26px;
	White-space: normal
	}
H2
	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal; 
	font-weight: bold;
	line-height: 24px;
	White-space: normal;
	text-align: left;
	}
.ArialPageBodyNormal
	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal; 
	font-weight: normal;
	line-height: 18px;
	White-space: normal
	}
.WizardQuestion
	{
	color: #445566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	line-height: 15px;
	White-space: normal
	}
.WizardOptions
	{
	color: #445566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; 
	font-weight: normal;
	line-height: 15px;
	White-space: normal
	}
.WizardButtons
	{
	color: #445566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	line-height: 15px;
	text-align:right;
	White-space: normal
	}

.FormFieldArialRight
	{
	color: #445566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal; 
	font-weight : normal;
	line-height: 15px;
	White-space: normal;
	text-align: right;
	}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: left;
	font-weight: normal;
}


.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: 0px;
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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

