BODY {
margin: 0px; 
padding: 0px;
background: url('drop_shadow.jpg') center top;
color: black;
text-align: center;
} 

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

.Global {
width: 780px;
height: 100%;
margin-left: auto;
margin-right: auto;
background: white;
}

.Global TD {
vertical-align: top;
}

.Header_Text {
font: bold italic 24px tahoma,sans-serif;
margin: 10px 10px 5px 10px;
color: #696969;
border-top: 1px dotted #696969;
border-bottom: 1px dotted #696969;
}

.Header_Image {
background: url('header-image.jpg') no-repeat;
width: 760px;
height: 140px;
padding: 0px; 
margin-left: 10px;
}

.MenuColTD {
width: 180px;
background: transparent;
color: inherit;
font: normal 13px arial,sans-serif;
border-right: 1px dotted #696969;
}

#Menu {
margin: 0px 10px 10px 15px;
text-align: left;
}

#Menu A {
display: block;
width: 140px;
height: 20px;
text-align: left;
font-weight: bold;
}

.Content {
width: 600px;
padding: 10px 20px 20px 20px;
background: transparent;
color: inherit;
text-align: justify;
}

.Content A:link {background: none; color: #696969; text-decoration: underline; cursor: pointer;}
.Content A:visited {background: none; color: #696969; text-decoration: underline; cursor: pointer;}
.Content A:hover {background: none; color: maroon; text-decoration: underline; cursor: pointer;}
.Content A:active { background: none; color: #696969; text-decoration: underline; cursor: pointer;}

.HeadingStyle {
background: inherit;
color: #696969;
font: bold italic 20px arial,sans-serif;
}

.Heading2Style {
background: inherit;
color: #696969;
font: bold 15px arial,sans-serif;
}

.Heading3Style {
font: bold 13px arial,sans-serif;
}

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

.Padded {
padding: 20px;
}

.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 {
color: #000000;
font: 13px arial,sans-serif;
height: 50px;
text-align: center;
vertical-align: top;
}

.FooterWrap {
border-top: 1px dotted #696969;
margin-top: 10px;
padding-top: 10px;
font-style: italic;
margin-left: 10px;
margin-right: 10px;
}

.Copyright {
margin-left: 50px;
}

#previewWin {
	background-color: #FF9;
	width: 150px;
	height: 200px;
	font: .6em arial, helvetica, sans-serif;
	padding: 5px;
	position: absolute;
	visibility: hidden;
	border: 1px #CC0 solid;
	overflow: hidden;
}

#previewWin h1, #previewWin h2 {
	font-size: 1.0em;
	font-weight: bold;
}

#previewWin p, #previewWin li {
	font: 1.0em arial, helvetica, sans-serif;
	text-align: left;
}

