

body{
font-family: verdana;
font-size: 13px;
line-height: 18px;
}


.MainLink {
	color: white;
	background-color: black;
}
A.MainLink {
	text-decoration: none;
	}
A.MainLink:visited {
	text-decoration: none;
	}
A.MainLink:hover {
	text-decoration: underline;
	}
body{
	font-weight: bold;
	}
table.OuterTable {
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	border-spacing: 0px
}
.Footer {
	background-color: black;
	color: white;
	text-align: center;
	}
.TableTitle {
	background-color: #BE9154;
	padding: 5px;
}
.InnerTable {
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	border-spacing: 0;
}
.PageTitle {
	background-color: #BE9154;
	font-weight: bold;
	padding: 5px;
	border-width: 2px;
	border-color: black;
	border-style: solid;
}


