BODY {
MARGIN: 0px; 
PADDING: 0px;
BACKGROUND: #808080;
COLOR: #000000;
TEXT-ALIGN: center;
} 

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: #ff0000; text-decoration: underline; cursor: pointer;}
A:active { background: none; color: #ff0000; background: underline; cursor: pointer;}

.Global {
WIDTH: 760px;
HEIGHT: 100%;
MARGIN-LEFT: auto;
MARGIN-RIGHT: auto;
}

.Global TD {
VERTICAL-ALIGN: top;
}

.Header {
WIDTH: 100%;
}

.Header TD {
VERTICAL-ALIGN: top;
TEXT-ALIGN: left;
PADDING: 0px; 
}

.Left {
BACKGROUND: url("left-bg.jpg") repeat-y #ffffff;
COLOR: inherit;
}

.Content {
BACKGROUND: #ffffff;
COLOR: inherit;
}

.BoxStyle {
WIDTH: 100%;
MARGIN-BOTTOM: 15px;
}

.MenuOff {
	BACKGROUND: none;	
	COLOR: #000000; 
	CURSOR: hand; 
	TEXT-DECORATION: none;
	BORDER-LEFT: 1px solid #492525;
	BORDER-TOP: 1px solid #492525;
	BORDER-RIGHT: 1px solid #ecb5ae;
	BORDER-BOTTOM: 1px solid #ecb5ae;
	WIDTH: 100%;
	HEIGHT: 16px;
	PADDING-LEFT: 20px;
	TEXT-ALIGN: left; 
	LINE-HEIGHT: 14px;
	FONT: bold 11px Arial,Helvetica,sans-serif;
}

.MenuOn {
	BACKGROUND: #DE642D;
	COLOR: #000000; 
	CURSOR: hand; 
	TEXT-DECORATION: none;
	BORDER-LEFT: 1px solid #ecb5ae;
	BORDER-TOP: 1px solid #ecb5ae;
	BORDER-RIGHT: 1px solid #492525;
	BORDER-BOTTOM: 1px solid #492525;
	WIDTH: 100%;
	HEIGHT: 16px;
	PADDING-LEFT: 20px;
	TEXT-ALIGN: left; 
	LINE-HEIGHT: 14px;
	FONT: bold 11px Arial,Helvetica,sans-serif;
}

.MenuClick {
	BACKGROUND: #fece8b;;
	COLOR: #000000;
	CURSOR: hand; 
	TEXT-DECORATION: none;
	BORDER-LEFT: 1px solid #000000;
	BORDER-TOP: 1px solid #000000;
	BORDER-RIGHT: 1px solid #AED1DB;
	BORDER-BOTTOM: 1px solid #AED1DB;
	WIDTH: 100%;
	HEIGHT: 16px;
	PADDING-LEFT: 20px;
	TEXT-ALIGN: left; 
	LINE-HEIGHT: 14px;
	FONT: bold 11px Arial,Helvetica,sans-serif;
}

.MenuOff A:link { color: #000000; text-decoration: none; CURSOR: hand;}
.MenuOff A:visited { color: #000000; text-decoration: none; CURSOR: hand;}
.MenuOff A:hover {color: #ff0000; text-decoration: none; CURSOR: hand;}

.MenuOn A:link { color: #fed7a0; text-decoration: none; CURSOR: hand;}
.MenuOn A:visited { color: #fed7a0; text-decoration: none; CURSOR: hand;}
.MenuOn A:hover {color: #fed7a0; text-decoration: none; CURSOR: hand;}

.MenuClick A:link { color: #000000; text-decoration: none; CURSOR: hand;}
.MenuClick A:visited { color: #000000; text-decoration: none; CURSOR: hand;}
.MenuClick A:hover {color: #000000; text-decoration: none; CURSOR: hand;}


.HeadingStyle {
BACKGROUND: none;
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 {
WIDTH: 100%;
BACKGROUND: none;
COLOR: #000000;
FONT: 13px arial,sans-serif;
HEIGHT: 27px;
TEXT-ALIGN: center;
}




