body {
	font-family: Tahoma;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}

.bodystyle {
	font-family: Tahoma;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}

.bodycenter {
	font-family: Tahoma;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.header {
	font-family: Tahoma;
	color: #000000;
	font-size: 18px;
	font-weight: bold;italic;
}

.header-arial {
	font-family: Arial;
	color: #0033CC;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.justified {
	font-family: Tahoma;
	color: #0033CC;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
}
a:link {
	color: #000000
}
a:visited {
  color: #CCCCCC;
}
a:hover {
	color: #00FF00;
	background-color: #000000;
	padding: 2px;
	text-decoration: none;
}

