body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
#Head {
	height: 175px;
	background-color: #cccccc;
	width: 100%;
	left: 0px;
	top: 0px;
	padding: 0px;
	border: 1px solid #4F4F69;
}
#Links{
	top: 175px;
	background-color: #b8ccde;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #4F4F69;
	border-right-color: #4F4F69;
	border-bottom-color: #4F4F69;
	border-left-color: #4F4F69;
	height: 20px;
	width: 100%;
	border-right-style: solid;
	border-left-style: solid;
}
#Content{
	background-color: #FFFFFF;
	top: 180px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #4F4F69;
	border-right-color: #4F4F69;
	border-bottom-color: #4F4F69;
	border-left-color: #4F4F69;
	height: 80%;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	width: 100%;
	
}
#Footer{
	width: 100%;
	bottom: 0px;
	background-color: #cccccc;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #4F4F69;
	border-right-color: #4F4F69;
	border-bottom-color: #4F4F69;
	border-left-color: #4F4F69;
	border-top-style: none;
	height: 10%;
	border-right-style: solid;
	border-left-style: solid;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #6b7386;
}
.headline {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #000067;
	font-size: 18px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;

}
