/* CSS Document */

p{
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
line-height: 18px;
padding: 12px;
}
.bold {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #003300;
}

.notes {
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
line-height: 20px;
padding: 5px;
}

.sidenotes {
font-family: Arial, sans-serif;
font-size: 12px;
color: #000000;
line-height: 16px;
font-weight: bold;
padding: 5px;
}

.tablecontent {
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
line-height: 16px;
padding: 2px;
}

.tablecontent02 {
font-family: Arial, sans-serif;
font-size: 14px;
color: #000000;
line-height: 16px;
padding: 10px;
}

.listcontent {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 2px;
	list-style-type: disc;
}

.navigation {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #006600;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #339900;
	display: block;
	padding: 8px;
	width: 140px;
}
