body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
a {
	font-size: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
		#menu, #menu ul {
			list-style: none;
			margin: 5px 0 0 5px;
			padding: 0;
		}
		#menu a:link,
		#menu a:active,
		#menu a:visited {
			display: inline;
		}
		#menu a:hover{
		}
		#menu li {
	float: left;
	color: #CCCCCC;
		}	
		#menu li ul {
	float: left;
	position: absolute;
	left: -999em;
	text-align: left;
		}
		#menu li ul li {
	float: none;
	display: block;
		}
		#menu li:hover ul,
		#menu li.sfhover ul {
			left: auto;
			display: block;
			margin: 0px;
			padding: 0px;
		}
.style13 {font-weight: bold}
.style17 {font-weight: bold}
.style20 {font-weight: bold}
.style22 {color: #999999}
.link a {
	color: #0000CC;
	font-size: 15px;
	text-decoration: underline;
}