@charset "utf-8";
/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	font-style: normal;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/button.png);
	display: block;
	width: 135px;
	height: 28px;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/button_hover.png);
	display: block;
	width: 135px;
	height: 28px;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}



.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(images/button_selected.png);
	display: block;
	width: 135px;
	height: 28px;
	text-align: center;
	padding-top: 2px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



