BODY {
   MARGIN: 0; 
   PADDING: 0;
   BACKGROUND: white;
   COLOR: black;
} 

A:link {background: none; color: #0000FF; font: bold; text-decoration: underline; cursor: pointer;}
A:visited {background: none; color: #880088; font: bold; text-decoration: underline; cursor: pointer;}
A:hover {background: none; color: #ff0000; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: #ff0000; text-decoration: underline; cursor: pointer;}

.Global {
   WIDTH: 100%;
   HEIGHT: 100%;
}

.Global TD {
   BORDER: 1px solid green;
   VERTICAL-ALIGN: top;
}

.Header {
   BACKGROUND: #e4ede4;
   WIDTH: 100%;
   HEIGHT: 100px;
   PADDING: 0px; 
}

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

.NavBar {
   WIDTH: 100%;
   HEIGHT: 27px;
}

.NavBar TD {
   BACKGROUND: url("greenline-gradient.gif") repeat;
   COLOR: maroon;
   FONT: normal 14px verdana, sans-serif;
   PADDING: 0 0 0 30px;
   TEXT-ALIGN: center;
   BORDER: 0;
   VERTICAL-ALIGN: middle;
}

.NavBarMenu TD {
   BACKGROUND: none;
   COLOR: maroon;
   FONT: bold 14px verdana, sans-serif;
   PADDING: 0 20px 0 0;
   BORDER: 0;
   VERTICAL-ALIGN: middle;
}

.Left {
   BACKGROUND: #aec8ae;
   COLOR: inherit;
}

.Content {
   BACKGROUND: #e4ede4;
   COLOR: inherit;
   TEXT-ALIGN: justify;
   
}

.Right {
   BACKGROUND: #aec8ae;
   COLOR: inherit;
}

.BoxStyle {
   WIDTH: 90%;
   BORDER: 1px solid #738873;
   MARGIN-TOP: 15px;
}

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

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

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

CITE {
   FONT: bold
}

HR {
   WIDTH: 60%;
}

.Padded {
   PADDING: 20px;
}

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

.MedFont {
  FONT: 15px 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('greenbg-fade.gif') repeat-y #ffffff;
   COLOR: #000000;
   FONT: 13px Verdana, sans-serif;
   HEIGHT: 22px;
   TEXT-ALIGN: center;
}

.ListTable {
	FONT: 15px, times, sans-serif;
	border-collapse: collapse;
}