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

body  {
	font: 12px Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	color: #000000;
	background-color:#ddeeff;
}

a.top_header:link {
	color: #9e0b0e;
	text-decoration: underline;
	font-weight:bold;
}

a.top_header:visited {
	text-decoration: underline;
	color: #9e0b0e;
	font-weight:bold;
}

a.top_header:hover {
	text-decoration: none;
	color: #000000;
}

a.top_header:active {
	text-decoration: none;
	color: #000000;
}

a.footer:link {
	color: #CCCCCC;
	text-decoration: underline;
}

a.footer:visited {
	text-decoration: underline;
	color: #CCCCCC;
}

a.footer:hover {
	text-decoration: none;
	color: #FF0000;
}

a.footer:active {
	text-decoration: none;
	color: #CCCCCC;
}

h1 {
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
}