.Content {
	position: absolute;
	left: 250px;
	top: 60px;
	overflow: auto;
	visibility: hidden;
	width: 540px;
	padding: 2px;
	height: 450px;
}
.ContentHome {
	position: absolute;
	width: 540px;
	left: 250px;
	top: 60px;
	overflow: auto;
	height: 450px;
	visibility: visible;
	padding: 2px;
}
.ContentBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 8px;
}
.ContentBody a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.ContentBody a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.ContentBody a:hover {
	color: #660066;
	font-weight: bold;
	text-decoration: underline;
}
.ContentStrong {
	font-weight: bold;
	color: #660066;
	font-size: 14px;
}
.Menu {
	position: absolute;
	width: 230px;
	left: 0px;
	top: 0px;
	background-image: url(menu.gif);
	height: 275px;
}
.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	left: 25px;
	position: relative;
	line-height: 8px;
	font-weight: bold;
}
.MenuItem a:link, a:visited, a:active {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

.MenuItem a:hover {
	color: #999999;
	font-weight: bold;
}

.Title {
	position: absolute;
	visibility: hidden;
	height: 50px;
	width: 530px;
	left: 250px;
	top: 10px;
}
.Footer {
	position: absolute;
	left: 250px;
	top: 530px;
	height: 45px;
	visibility: visible;
	width: 540px;
	padding: 2px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.Footer a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.Footer a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.Footer a:hover {
	color: #660066;
	font-weight: bold;
	text-decoration: underline;
}
