/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #990000;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: Verdana, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFFF66;
	display: block;
	padding: 8px;
	width: 200px;
}
.navigation:hover {
	font-family: verdana, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF66;
	text-decoration:none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 200px;
}

.header{
font-family: verdana, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: inherit;
}

.header2 {
	font-family: Verdana, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFFF66;
	display: block;
	padding: 8px;
	width: inherit;
}

.nav_header{
font-family: verdana, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 200px;
}