/* CSS Document */

a:link {
	color: #007EC1;
	text-decoration: none;
}

a:visited {
	color: #007EC1;
	text-decoration: none;
}

a:hover {
	color: #007931;
	text-decoration: none;
}

.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}