/* CSS Document */

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

.navigation {
	font-family: Days;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	background-color: #FF9933;
	display: block;
	padding: 8px;
	width: 200px;
}


.navigation:hover {
	font-family: Days;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #993333;
	text-decoration: none;
	background-color: #CC6633;
	display: block;
	padding: 8px;
	width: 175px;
}


.image {
	border-style:solid;
	border-width:2px;
	border-color: #006633;
	page-break-after: always;
}

.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	line height: 18px;
	word-spacing: normal;
	border: #CC3300 medium;
}

.contentpaneopen {
	border : 0px ridge #0099cc;
	width: 100%;
	padding: 1px;
}

.pathway {
	font-family:  tahoma,Arial,Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
a.pathway:link, a.pathway:visited {
	color            : #ff9900;
	font-weight      : normal;
}
a.pathway:hover {
	color            : #33CC66;
	font-weight      : normal;
	text-decoration   : none;
