/* CSS Document */
a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 140%;
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0.5ex;
	COLOR: #333;
}

h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.7ex;
	COLOR: #003366;
}

h3 {
	font-size: 110%;
	margin-bottom: 0.7ex;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.5ex;
}

h5 {
	font-style: italic;
	font-weight: normal;
	font-size: 100%;
	margin: 1.5ex 0 0 0;
}

h6 {
	font-size: 90%;
	margin: 1.5ex 0 0 0;
}
h7 {clear:both; margin:-1.0em 0 0.5em 0;font-family:"trebuchet ms",arial,sans-serif; color:rgb(125,125,125); font-weight:normal; font-size:130%;}

#footer {
	clear: both;
	font-size: 80%;
	padding: 5px 0 5px 5px;
	text-align: right;
}

#footer #disclaimer {
	float: left;
}

#footer #date {
	margin-right: 5px;
}

.hidden {
	display: none;
}



