BODY {
MARGIN: 0px; 
PADDING: 0px;
BACKGROUND: white;
COLOR: black;
font:12px Arial,Helvetica,sans-serif;
} 

A:link {background: none; color: #0000FF; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: #0000FF; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: #ff0000; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: #ff0000; background: underline; cursor: pointer;}

.Search {
color: red;
font: normal 16px Arial,Helvetica,verdana,sans-serif; 
}

.Global {
WIDTH: 100%;
HEIGHT: 100%;
}

.Global TD {
BORDER: 1px solid green;
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
HEIGHT: 100px;
PADDING: 0px; 
}

.Header TD {
BORDER: 0px;
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
}

.NavBar {
WIDTH: 100%;
HEIGHT: 27px;
}

.NavBar TD {
BACKGROUND: url("greenline-gradient.gif") repeat;
COLOR: black;
FONT: normal 12px Arial,Helvetica,verdana,sans-serif;
PADDING: 0px 0px 0px 30px;
TEXT-ALIGN: left;
BORDER: 0px;
VERTICAL-ALIGN: middle;
}

.NavBarMenu TD {
BACKGROUND: none;
COLOR: black;
FONT: normal 14px Arial,Helvetica,sans-serif;
PADDING: 0px 20px 0px 0px;
BORDER: 0px;
VERTICAL-ALIGN: top;
}

.Left {
BACKGROUND: #aec8ae;
COLOR: inherit;
}

.Content {
BACKGROUND: #e4ede4;
COLOR: inherit;
TEXT-ALIGN: justify;
}

.Right {
BACKGROUND: #a4c1a4;
COLOR: inherit;
}

.BoxStyle {
WIDTH: 90%;
BORDER: 1px solid #738873;
MARGIN-TOP: 15px;
}

.BoxStyle TD {
BACKGROUND: #88ae88;
COLOR: inherit;
PADDING: 0px 0px 0px 25px;
TEXT-ALIGN: left;
BORDER: 0px;
}

.HeadingStyle {
BACKGROUND: inherit;
COLOR: #000000;
FONT: bold italic 20px Arial,Helvetica,Verdana,sans-serif;
}

P {
FONT: 13px arial,sans-serif;
}

.Padded {
PADDING: 20px;
}

.SmallFont {
FONT: 13px Arial,Helvetica,Verdana,sans-serif;
}

.MedFontBold {
FONT: normal 12px Arial,Helvetica,Verdana,sans-serif;
}

.SmallFont TD {
FONT: 13px Arial,Helvetica,Verdana,sans-serif;
}

.MedFontBold TD {
FONT: bold 15px Arial,Helvetica,Verdana,sans-serif;
}

.Footer {
BACKGROUND: url('greenbg-fade.gif') repeat-y #ffffff;
COLOR: #000000;
FONT: 13px Arial,Helvetica,Verdana,sans-serif;
HEIGHT: 22px;
TEXT-ALIGN: center;
}


