.outertable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
body {
	background-color: #686464;
	font-size: 14px;
}
.middletable {
	background-color: #FFFFFF;
}
.celldarkunderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.tablegrey {
	background-color: #d0cbc5;
}
.tabletopborddk {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.padding {
	padding: 0px 25px 0px 15px;
}
.sidertborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

