body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#306BAA;
}
.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: 12px;
	font-style: normal; 
	font-weight : normal;
	line-height: 14px;
	text-align:left;
	vertical-align:top;
	}
.ArialDrkRedSmall
	{
	color: #794141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight : normal;
	line-height: 14px;
	text-align:left;
	vertical-align:top;
	}
.leftpad-arialdarkredsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #794141;
	padding-left: 7px;
}

.ArialDrkBlueSmall
	{
	color: #224163;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight : normal;
	line-height: 14px;
	text-align:left;
	vertical-align:top;
	}
.ArialDrkBlueSmallBold
	{
	color: #224163;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight : bold;
	line-height: 14px;
	text-align:left;
	vertical-align:top;
	}
.ArialWhiteSmallBold
	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight : bold;
	line-height: 14px;
	text-align:left;
	vertical-align:top;
	}
.ArialRedHeader
	{
	color: #e10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal; 
	font-weight: bold;
	line-height: 24px;
	text-align:left;
	vertical-align:top;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e10000;
}

.ArialPageBodyHeading
	{
	color: #445566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal; 
	font-weight: bold;
	line-height: 18px;
	White-space: normal
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e10000;
}

.ArialPageBodyNormal
	{
	color: #445566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	line-height: 16px;
	White-space: normal
	}
.WizardQuestion
	{
	color: #445566;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	line-height: 16px;
	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
	}

.FormFieldArial
	{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;
	line-height: 15px;
	White-space: normal;
	text-align: left;
	}
.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;
	}


.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 */

}
.left-float-image {
	float: left;
}


.cupon {
	border: thick dashed #333333;
}
.right-float-image {
	float: right;
}
.WhiteCouponfont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}

