﻿html, body {
	margin:0px;
	padding:0px;
	color:#333333;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
}

h2
{
	color:#f58232;
	font-size: 13px;
	font-weight:bold;
	margin-bottom:8px;
}

h3
{
	font-weight:bold;
	color:#333333;
	font-size: 11px;
	margin-bottom:5px;
}

h4
{
	color:#333333;
	font-size: 11px;
	margin-bottom:5px;
	font-weight:normal;
	font-style:italic;
}

ul
{
	margin:5px 0px 5px 5px;
}

li
{
	list-style-image:url(../img/bulletpoint.jpg);
}

A:link, A:visited
{
	color:#AAC2DE;
	text-decoration:none;
	font-weight:bold;
}


img.LeftFloatingImage
{
float:left;
margin: 0px 7px 7px 0px;
}


img.RightFloatingImage
{
float:right;
margin: 0px 0px 7px 7px ;
}

.OfferHighlight
{
    font-weight:bold;
    text-align:center;
    
}

.PageLeadIn
{
    font-size: 18px;
    text-align:center;
    font-style:italic;
    color:#AAC2DE;
}