body{
background: blue;
background-image: url("images/BG/BgTile.gif");
font-family: Verdana;
margin-top: 0;
margin-right: 20;
margin-bottom: 20;
margin-left: 0;
font-size: 10pt;
}

A.bodylink{
text-decoration: none;
color: yellow;
}

A{
text-decoration: underline;
color: blue;
}

A:visited{
color: purple;
}

A:hover{
color: black;
}

#HeaderNav{
background-image: url("images/Header/5.gif");
height: 50px;
}

.NavButtonOff{
background-image: url("images/Nav/Navspacer.gif");
background-repeat: no-repeat;
width: 225px;
height: 24px;
text-align: left;
font-size: 12px;
padding: 3px 0px 0px 40px;
}

#Page{
position: relative;
float: left;
width: 90%;
font-size: 8pt;
color: #090D9D;
padding: 10px 10px 10px 10px;
}

.HeaderNavOff{
position: relative;
float: left;
background-image: url("images/buttons/Off.gif");
width: 83px;
height: 22px;
text-align: center;
vertical-align: middle;
padding: 3px 0px 0px 0px;
font-size: 12px;
}

.HeaderNavOn{
position: relative;
float: left;
background-image: url("images/buttons/On.gif");
width: 83px;
height: 22px;
text-align: center;
vertical-align: middle;
padding: 3px 0px 0px 0px;
font-size: 12px;
}