/* CSS Document */
p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}


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

.bold2 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

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

.bold2:hover {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #000000;
}


.navigation {
	font-family: "MS PGothic", "MS Gothic", "MS UI Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #660000;
	display: block;
	padding: 8px;
	width: 140px;
	color: #FFFFFF;
}

.navigation:hover {
	font-family: VERDANA, SANS-SERIF;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
	color: #FFFFFF;
}

.role{
	font-family: "MS PGothic", "MS Gothic", "MS UI Gothic";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffcc66;
	display: block;
	padding: 8px;
	width: 140px;
	color: #FFFFFF;
}
