@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: inherit;
	text-align: left;
}
.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
}

.boldcenter {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.center {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #CC0000;
	text-align: center;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
	background-color: none;
	display: block;
	padding: 8px;
	width: auto;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ffff66;
	text-decoration: none;
	background-color: none;
	display: block;
	padding: 8px;
	width: auto;
}

.welcome {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	line-height: 64px;
	font-weight: bold;
	color: #CC0000;
}

.heading {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.announce {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.smallnav {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #CC0000;
	text-align: center;
}

