/* CSS Document */

/* Global Attributes */
/* ---------------------- */
html, body
{
	height: 100%;
	background-color: #333333;
	margin: 0;
	padding: 0;
	border: none;
}

.footer
{
	text-align:center;
	background-color: #00003A;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footer a
{
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover
{
	text-decoration:underline;
}

a:hover
{
	color:#FF0000;
}

h1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	color:#00003A;
}
