a {
	text-decoration: none;
	color: #FF9900;

}

a:hover {
	text-decoration: underline
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}

.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

.navigationpath {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none
}

.graydark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #9698A8;
	color: #FFFFFF;

}

.darkgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #00224C;
}
