@charset "utf-8";
/* CSS Document */

body{
  margin: 0;
  padding: 0;
  border:none;
}
.Nav {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size : 11px; 
color : #0066cc;
font-weight: bold;
text-decoration : none; 
text-align : center; 
} 
.Nav a {
text-decoration : none; 
color : #0066cc; 
} 
.Nav a:hover {
color : #666666;
text-decoration: none;
} 
.copyright {
font-family : Trebuchet MS;
font-size : 12px; 
color: #666;
text-decoration : none; 
text-align : center; 
}
.body-bg
{
background-color: #004080;
}
.body-bg-left
{
background-color: #002b55;
}

.body-black-text
{
font-family: "Trebuchet MS";
color: #fff;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
text-align: left;
}
.body-black-text a
{
color: #fff;
text-decoration: underline;
}
.body-black-text a:hover
{
color: #fff;
text-decoration: none;
}
.body-heading
{
font-family: "Trebuchet MS";
color: #99ccff;
font-size: 16px;
padding-left: 15px;
padding-right: 15px;
font-weight: bold;
}
.body-blue-text
{
font-family: "Trebuchet MS";
color: #fff;
font-size: 14px;
}
.body-blue-text a
{
color: #99ccff;
text-decoration: underline;
}
.body-blue-text a:hover
{
color: #fff;
text-decoration: none;
}
.border{
border: #FFFFFF 2px solid;
}
.spacing
{
padding-left: 15px; 
padding-top: 10px;
 }
