body {
	margin: 0px;
	border: 0px;
	background-color: #FFFFFF;
}
.TopTable { background-image: url(images/background-1.jpg); background-repeat: repeat; }
.SectionHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	background-position: center;
	color: #FFFFFF;
	letter-spacing: 3px;



}
.SectionHeaderTwo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-align: right;
	text-indent: 3px;
	padding-right: 3px;

}
.BackgroundGray {
	background-image: url(images/background-2.jpg);
	background-repeat: repeat;
}
.BackgroundRed {
	background-image: url(images/background-2.jpg);
	background-repeat: repeat;
}
.Menu {
	background-color: #FFFFFF;
}
.MainBodyContent {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #888888;
	border-bottom-color: #888888;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-color: #888888;
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.Copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: right;
}
.MenuLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.ExternalLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: Blue;
	text-decoration: none;
}
.HeaderSlogan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}
.PageHeading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.FieldTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
}
.SearchTd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	background-color: #FFFFFF;
	border-bottom: solid 1px gray;
}

.SearchTdTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.SearchTable {
border-top: solid 1px red
}

input  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	border: solid 1px #888888;
}
select  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	border: solid 1px #888888;
}
textarea  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
	border: solid 1px #888888;
}
.SubmitButton {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: solid 1px #888888;
}
td {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.PageSubHeadings { border-bottom: dashed 1px gray; font-size: 14px; font-weight: bold; letter-spacing: 2px }
.ThemeColorLightText { color: gray }
.List { list-style-position: inside; list-style-type: square; font-size: 10px }
.LiHeading { font-size: 11px; font-weight: bold }
.FontMidSize { font-size: 10px }
.ContactLightText { font-size: 11px; color: #333333 }
.ContactContrastFontColor { font-size: 12px; color: red; text-decoration: none }

table.shadow            { align: center }
td.shadow-top           { height: 16px; background-image: url(images/BoxTop.gif) }
td.shadow-topRight      { width: 16px; height: 16px; background-image: url(images/BoxTopRight.gif)}
td.shadow-right         { width: 16px; background-image: url(images/BoxRight.gif) }
td.shadow-bottomRight   { width: 16px; height: 16px; background-image: url(images/BoxBottomRight.gif) } 
td.shadow-bottom        { height: 16px; background-image: url(images/BoxBottom.gif) }
td.shadow-bottomLeft    { width: 16px; height: 16px; background-image: url(images/BoxBottomLeft.gif) } 
td.shadow-left          { width: 16px; background-image: url(images/BoxLeft.gif) }
td.shadow-topLeft       { width: 16px; height: 16px; background-image: url(images/BoxTopLeft.gif) }      
td.shadow-center        { background-color: white }
