body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .075em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 580px;
	text-align: justify;
}

p.header {
	text-decoration: underline;
	font-weight: bold;
}

p.smallerText {
	font-size: 12px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #000000;
}

.list {
	font-size: 14px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nav ul {
	padding: 0px;
	height: 25px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.nav ul li {
	color: #000;
	text-decoration: none;
	display: inline;
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	list-style-position: inside;
}
.nav ul li a {
	background-image: url(images/nav_btn.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 15px;
	padding-left: 5px;
}
.nav ul li a:hover {
	background-image: url(images/nav_over.png);
	background-repeat: no-repeat;
}

