BODY, TD {
	font-family: Arial,Geneva,sans-serif;
	font-size: 11px;
	color: black;
}

BODY {
	font-weight: normal;
	text-align: left;
	background-color: #C0C0C0;
	margin: 0px;
}

A {
	color: #8A0A07;
}

A:HOVER {
	color: gray;
}

.MainTable {
	border-top: 5px solid white;
}
.MainTable TD {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 4px;
}
.NormalTable {
	border-top: 0px solid white;
}
.NormalTable TD {
	border-bottom: 0px solid white;
	border-right: 0px solid white;
	padding: 0px;
}

.TitleHome {
	color: black;
	font-size: 18px;
	font-weight: bold;
	padding-left: 4px;
	display: block;
	height: 21px;
}
.Title2 {
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding: 3px 0px 0px 5px;
	height: 30px;
	float:left;
}
.MenuInfo {
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	padding: 20px 0px 0px 5px;
	text-align: left;
	float:left;
	clear:left;
}

.NavButtons {
	padding: 0px;
	margin: 0px;
	height: 21px;
}
.NavButtons A {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 4px;
	height: 21px;
	float: left;
	margin-left: 3px;
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	width: 179px;
}
.NavButtons A:hover {
	background-image: url(/Xceed/web.nsf/Pages/Button_Images/$file/ButtonBG.jpg);
}

.hrWhite {
	border: 0px;
	width: 165px;
	height: 2px;
	color: white;
	background-color: white;
	align: left;
}
.HomeButtons {
	padding: 0px;
	margin: 0px;
}
.HomeButtons A {
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top:6px;
	padding-left:4px;
	margin-left:6px;
}
.HomeButtons A:hover {
	color: black;
}

.NavHome {
	color: white;
	font-size: 12px;
	padding-top:0px;
	font-weight:bold;
}
.NavHome A {
	color: white;
	text-decoration: none;
	display: block;
	padding-left:4px;
	margin-bottom:6px;
	margin-left:6px;
	margin-right:8px;
}
.NavHome A:hover {
	color: black;
	text-decoration: none;
	background-color: white;
}

.NavFooter {
	color: white;
	font-size: 11px;
	padding-top:8px;
}
.NavFooter A {
	color: white;
	text-decoration: none;
	padding-left:4px;
	padding-right:4px;
}
.NavFooter A:hover {
	color: black;
	text-decoration: none;
}

.Copyright {
	color: black;
	font-size: 10px;
	padding-top:0px;
}

.Entry {
	font-size: 12;
	font-weight: bold;
	background-color: #C0C0C0;
}

.EntryDropDown {
	font-size: 12;
	font-weight: bold;
	background-color: #C0C0C0;
}

