body {
margin: 0px; 
padding: 10px;
background: #808080;
color: #000000;
}
A:link {background: none; color: #000066; text-decoration: none}
A:hover {background: none; color: red; text-decoration: none}
A:active {background: none; color: lime; background: none}
A:visited {background: none; color: #000066; text-decoration: none}
.List {
list-style-type: disc;
}
.Global {
width: 100%;
height: 100%;
}
.Global TD {
vertical-align: top;
}
.Header {
background: #000066;
color: inherit;
width: 100%;
height: 65px;
padding: 0px; 
}
.Header TD {
background: #000066;
font: 14px arial,sans-serif;
color: white;
width: 50%;
height: 100px;
border: 0px;
padding: 10px;
vertical-align: top;
text-align: right;
}
.NavBar {
width: 100%;
height: 34px;
}
.NavBar TD {
background: url("img/menubg.jpg") repeat-x;
color: inherit;
font: 16px arial,sans-serif;
padding: 0px 0px 0px 25px;
text-align: left;
border: 0px;
vertical-align: middle;
}
.NavBarMenu TD {
background: none;
color: inherit;
font: 14px arial,sans-serif;
font-weight: bold;
padding: 0px 0px 0px 0px;
border: 0px;
vertical-align: middle;
}
.Left {
background: #ffffff;
color: inherit;
}
.Content {
background: #ffffff;
color: inherit;
}
.Right {
background: #ffffff;
color: inherit;
}
.RightPanelBox {
width: 100%; 
height: 100%; 
background: #fdfbec; 
border: 0px solid #000066;
}
.BoxStyle {
width: 90%;
border: 0px solid #000066;
margin-top: 15px;
}
.BoxStyle TD {
background: #fdfbec;
color: inherit;
padding: 0px;
text-align: left;
border: 0px;
}
.HeadingStyle {
background: inherit;
color: #000000;
font: bold 20px arial,sans-serif;
}
P {
font: 13px arial,sans-serif;
}
.Padded {
padding: 15px;
}
.SmallFont {
font: 13px arial,sans-serif;
}
.MedFontBold {
font: bold 15px arial,sans-serif;
}
.SmallFont TD {
font: 13px arial,sans-serif;
}
.MedFontBold TD {
font: bold 15px arial,sans-serif;
}
.Footer {
background: url("img/footerbg.jpg") repeat-x;
font: 10px arial,sans-serif;
color: white;
height: 34px;
text-align: center;
vertical-align: middle;
}

