h1.header 
{
	padding: 0 1in 0 0; 
	font-family: Georgia, serif; 
	font-style: italic; 
	font-size: 20pt; 
	background-color: #CCCCFF; 
	border-style: solid; 
	border-width: thin; 
	color: navy
}
	
h3.bodyText
{
	font-family: Georgia, serif; 
	font-weight: normal; 
	font-size: 12pt; 
	color: navy;
}

a
{
	font-family: Georgia, serif; 
	font-size: 9pt; 
	color: navy; 
	text-decoration: none;
}

a:hover
{
	font-family: Georgia, serif; 
	font-size: 9pt; 
	text-decoration: none; 
	color: red;
}

a:visited:hover
{
	font-family: Georgia, serif; 
	font-size: 9pt; 
	color: red; 
	text-decoration: none;
}

body
{
	background-color: #EEF6F9;
}

img
{
	border: none;
}

img.HeaderImage
{
	border: solid 1px navy;
}

img.floatleft 
{
	border: 0;
    float: left;
    margin-right: 10px;
    position: relative;
    padding-right: 7px;
    padding-bottom: 3px;
}

img.floatright 
{
	border: 0;
    float: right;
    margin-left: 10px;
    position: relative;
    padding-left: 7px;
    padding-bottom: 3px;
}

span.LinkSection
{
	display: inline-block;
}

li.ListTitle
{
	color: Navy;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
	list-style-type: none;
	margin-left: -20px;
}

li
{
	color: Navy;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 9pt;
	list-style-type: disc;
}

li.NoBullet
{
	color: Navy;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	font-size: 9pt;
	list-style-type: none;
}

.TableDescriptions
{
	color: Navy;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 10pt;
}

table.LinkTable
{
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	border: solid 1px black;
	border-collapse: collapse;
	color: Navy;
	width: 100%;
}

.LinkTable td
{
	border: solid 1px black;
	padding: 5px;
}
table#LayoutTable
{
	width: 100%;
}

table#LayoutTable td
{
	vertical-align: top;
	width: 25%;
}

td#LinksCell
{
	width: 70%;
}


.DaysToGoGrid
{
	color: Navy;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	border: solid 1px navy;
	border-collapse:collapse;	
}

.DaysToGoGrid td
{
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	border: solid 1px navy;
	padding: 5px;
	
}

.DaysToGoHeader
{
	background-color: Silver;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	border: solid 1px black;
	padding: 5px;
}

.DaysColumn
{
	text-align: right;	
}

h2.Title
{
	color: Navy;
	font-family: Georgia;
	font-size: 16pt;
	margin-left: 10px;
}

div#Header
{
	border: none;
}

hr
{
	color: Navy;
	margin: 10px 0px 10px 0px;
	text-align: center;
	width: 75%;
}

img.PeakImage
{
	display: inline;
	margin-top: 7px;
	width: 135px;
	height: 131px;
}