body {
	background-color: #8ca4ae;
	color: #ffffff;
}

#Text_Box {
	border-color: black;
	border-style: solid;
	background-color: #688897;
	padding: 10px;
	border-width: 1px;
}

#Title {
	font-size: medium;
	background-color: #577d91;
	color: #ffffff;
	height: 25px;
	padding: 10px;
	font-variant: small-caps;
	letter-spacing: 2pt;
}

.Index_Table {
	left: 60px;
	background-position: center;
	border-width: 1px;
	position: absolute;
	padding: 10px;
	border-color: #577d91;
	border-style: solid;
	top: 100px;
}

.Home {
	width: 50px;
	height: 50px;
	border-width: thin;
	position: absolute;
	border-style: none;
	right: 10px;
	background-repeat: no-repeat;
	z-index: 2;
}

#Main_Frame {
	height: 520px;
	padding: 10px;
	border-color: #4e6f81;
	border-style: solid;
	width: 420px;
	top: 100px;
	left: 320px;
	overflow: hidden;
	background-position: center;
	border-width: 1px;
	position: absolute;
}

.credit {
	height: 50px;
	background-position: center;
	font-size: small;
	color: #d6d6d6;
	text-align: center;
	width: 98%;
	top: 700px;
	position: absolute;
}

#Index_entry {
	width: 100px;
	border-color: #ff0000;
	border-style: none;
	height: 50px;
}

a:link {
	text-align: center;
	font-weight: normal;
	background-position: center;
	font-variant: small-caps;
	color: #ffffff;
}

a:visited {
	text-align: center;
	font-variant: small-caps;
	color: #3e5866;
	font-weight: normal;
	background-position: center;
}