body {
	margin: 0px 0px 0px 0px;
	background-color: #9f9f9f;
	}

a {
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #333399;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	}
	
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	}

a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	margin: 0px;
	text-decoration: none;
	}

h1 {
	font: normal 24px 'Arial Black', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: none;
	letter-spacing: 0px;
	color: #333399;
	margin-top: 0px;
	padding-top: 0px;
	}

h2 {
	font: normal 20px 'Arial Black', Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: none;
	letter-spacing: 0px;
	color: #333399;
	margin-top: 0px;
	padding-top: 0px;
	}

p, table, ul {
	font: normal 14px Arial, Helvetica, Sans-Serif;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	}