h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-type: square;
}

.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: x-small;
	margin: 6px 0 6px 6px;
	
	}



.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 6px;
}
.navigation a {
	color: #FFFFFF;
	text-decoration: none;
	
}

.navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990000;
}
.smalltype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.smalltype2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.underline {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-align: center;
}

.copyright a{
	color: #FFFFFF;
	
}

