div.article TABLE TR TD {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
div.article H3 {
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 20px;
	color: #003366;
}
div.article H4 {
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 20px;
	color: #003366;
}
div.article A {
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
}
div.article A:hover {
	color: #0066FF;
	text-decoration: underline;
	font-weight: bold;
}
div.article A:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

