a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: underline;
	color: red;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
	text-decoration: none;
	margin: 10px;
	font-weight: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 100%;
	font-weight: normal;
	text-decoration: none;
	text-indent: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 66%;
	line-height: 110%;
	font-weight: normal;
	text-decoration: none;
	margin: 10px;
}

.indent10 {
	margin-left: 10px;
}

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin-left: 5px;
}

.sidenav-current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #cc6600;
	display: block;
	margin-left: 5px;
}

.white {
	color: #ffffff;
	text-decoration: none;
}

.orange {
	color: #cc6600;
	text-decoration: none;
}

.black {
	color: #000000;
	text-decoration: none;
}

.grey {
	color: #888888;
	text-decoration: none;
}

.fineprint {
	font-size: 75%;
	line-height: 110%;
	font-weight: normal;
	text-decoration: none;
	margin: 10px;
}