body {
	font-family: Arial;
	font-size: 12px;
	color: #223F6C;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	scrollbar-face-color: #E7E7E7;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	background: #E7E7E7;
}

td, tr {
	font-family: Arial;
	font-size: 12px;
	color: #223F6C;
	text-align: justify;
	vertical-align: top;
}

a:link {
	text-decoration: underline;
	color: #E96E45;
}
a:visited {
	text-decoration: underline;
	color: #6E9EF0;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #223F6C;
}
a:active {
	text-decoration: underline;
}

.footer, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background: none;
}


.rand table {
	border-collapse: collapse;
}
.rand td {
	border-width: 2px;
	padding: 3px;
	border-style: inset;
	border-color: black;
}
.randlos td {
	padding: 0px;
	border-style: none;
}