/* CSS Document */

h1 {
	display: none;
}
h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
p {
	margin-top: 8px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
body {
	background-image: url(graphics/Banner.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
        font-family: "Arial", "Helvetica", sans-serif;
        margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
