table {
  border-collapse: collapse;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#footer {
	background-color: #313131;
color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 42px;
}

#pagetitle {
color: #FFFFFF;
	background-color: #77868b;
	border-left: 1px #a1abaf solid;
	border-top: 1px #a1abaf solid;
	height: 25px;
	font-weight: bold;
font-size: 16px;
font-family: tahoma;
padding-top: 4px;
width: 100%;
}