@charset "UTF-8";
/* CSS Document */

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px;
}

.footer a {
	color: #003E7E;
	text-decoration:none;
}

.footer a:hover {
	color: #003E7E;
	text-decoration:underline;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.content a {
	font-weight:bold;
	color: #003E7E;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

html, body {
	height:100%;
	margin: 0;
    padding: 0;
	background-color:#818283;
}