Div.pagelayout
{
	align: center;
	width: 100%;
}

H1
{
	font-family: Century Gothic;
	font-size: 20pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color:#13316F;
}

H2 
{
	font-family: Century Gothic;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color:#13316F;
	}

H3 
{
	font-family: Century Gothic;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	color:#13316F;
	}

H4 
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color:#13316F;
	}

H4 A:link
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	font-style:normal;
	text-decoration:none;
	}

H4 A:visited
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	font-style:normal;
	text-decoration:none;
}

H4 A:hover
{
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	color: white;
	font-style:normal;
	text-decoration:none;
}

	
p
{
	vertical-align: top;
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
}

ul
{
	vertical-align: top;
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
}

ol
{
	vertical-align: top;
	font-size: 10pt;
	color: Black;
	font-family: Verdana;
}

body {
	background-color: #0C67AD;
        height:100%;
}

.specials-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0B0B70;
}

TABLE.BackgroundTable
{  	vertical-align: top;
        border-collapse:collapse;
	background-image: url(/File.aspx?x=276&File=bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
        height:100%;
	border: 0;
	padding :0;
	cellspacing:0;
	margin: 0;
}

.footer-txts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.providedby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 5px;
	text-decoration: none;
}
.providedby:hover
{   text-decoration:underline; }