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

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	padding:3px;
	height: auto;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #000000;
	display: compact;
	padding: 8px;
	width: 100px;
	list-style-image: none;
	height: 18px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: compact;
	padding: 8px;
	width: 140px;
	height: 18px;
}

.border {
	height: auto;
	width: auto;
	border: thin solid #000000;
}
.Fill_in {
	background-color: #CC0000;
}


.navigation2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #FF0000;
	display: compact;
	padding: 8px;
	width: 120px;
	list-style-image: none;
	height: 12px;
}

.navigation2:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: compact;
	padding: 8px;
	width: 140px;
	height: 18px;
}
