﻿body 
{
    margin-left:0px;
    margin-top:0px;
    margin-right:0px; 
}

.logo
{
	text-align: left;
	width: 184px;
	background-image: url(Images/header.jpg)
}

.headerbar 
{
	background-image: url(Images/bar.jpg);
	text-align: right;
	color:White;
}

.header-with-bg-gray-bigfont
{
    font-weight:bold;
    background-color:#cccccc;
    font-size:12pt;
}

.header-with-bg-LightSteelBlue
{
    background-color:LightSteelBlue;
    color:Black;
    font-weight:bold;
}

.mainbody2
{
   text-decoration:none;
   font-family:verdana;
   font-size:10pt;
   color:#003366;
   line-height:1.25em;
}

.footer
{
	background-color:Navy;
}
    

