
BODY {
MARGIN: 0px; 
PADDING: 5px;
BACKGROUND: #000000;
COLOR: black;
WIDTH: 100%;
HEIGHT: 100%;
} 

A:link {background: none; color: maroon; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: maroon; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: red; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: red; background: underline; cursor: pointer;}

.Global {
WIDTH: 80%;
HEIGHT:100%;
border-width: 0;
margin:           0;
padding:         0;

}

.Global TD {
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
HEIGHT: 100px;
PADDING: 0px;
BORDER-TOP: 1px solid black; 
BORDER-LEFT: 1px solid black;
BORDER-RIGHT: 1px solid black;
FONT:bold 24px verdana;
}

.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

.NavBar {
WIDTH: 600px;
HEIGHT: 27px;
BORDER: 1px solid black;
}

.NavBar TD {
BACKGROUND: url("greenbar.gif")
COLOR: inherit;
FONT: bold 16px verdana,sans-serif;
PADDING: 0px 0px 0px 0px;
TEXT-ALIGN: left;
VERTICAL-ALIGN: left;
}

.NavBarLink {
HEIGHT: 27px;
}

.NavBarLink TD {
BACKGROUND: none;
TEXT-ALIGN: center;
PADDING: 0px 10px 0px 10px;
}

.LinkWidth {
WIDTH:400px;
}

.NavBarLink A:link {background: none; color: #FFD700; text-decoration: none; cursor: hand;}
.NavBarLink A:visited {background: none; color: #FFD700; text-decoration: none; cursor: hand;}
.NavBarLink A:hover {background: none; color: #0e0968; text-decoration: underline; cursor: hand;}
.NavBarLink A:active { background: none; color: #ff0000; background: none; cursor: hand;}


.Left {
BACKGROUND: #000000; 
COLOR: inherit;
BORDER-LEFT: 1px solid black;
}

.Content {
BACKGROUND: #000000;
COLOR: inherit;
}

.Right {
BACKGROUND: #000000;
COLOR: inherit;
BORDER-RIGHT: 1px solid black;
}

.RightPanelBox {
WIDTH: 100%; 
HEIGHT: 100%; 
BACKGROUND: #CC9933;
COLOR: inherit;
BORDER: 1px solid gray;
}

.BoxStyle {
MARGIN-TOP: 15px;
WIDTH: 70%;
BACKGROUND: #d2d8e6;
COLOR: inherit;
BORDER: 1px solid #284151;
}

.BoxStyle TD {
BACKGROUND: #d2d8e6;
COLOR: inherit;
PADDING: 0px;
TEXT-ALIGN: left;
BORDER: 0px;
}

.HeadingStyle {
COLOR: #000000;
FONT: bold 20px verdana,sans-serif;
BACKGROUND: inherit;
}

P {
FONT: 13px arial,sans-serif;
}

.Padded {
PADDING: 15px;
}

.SmallFont {
FONT: 13px verdana,sans-serif;
}

.MedFontBold {
FONT: bold 15px verdana,sans-serif;
}

.SmallFont TD {
FONT: 13px verdana,sans-serif;
}

.MedFontBold TD {
FONT: bold 15px verdana,sans-serif;
}

.Footer {
BACKGROUND: url("goldline-bg2.gif");
COLOR: #000000;
FONT: 13px ,verdana,sans-serif;
HEIGHT: 22px;
TEXT-ALIGN: center;
BORDER: 1px solid black;
}


