@charset "utf-8";
/* CSS Document */

p{
	font-family: Verdana, sans-serif; font-size: 12px;
	color: #000;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.subbanner {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color:#3F3;
	text-align: center;
}

.navigation {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #CFC;
	display: block;
	padding: 4px;
	width: 140px;
}

.navigation:hover {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color:#3C3;
	display: block;
	padding: 4px;
	width: 140px;
}

h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color:#900;
	text-align: center;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

