/* CSS Document */

p{
font-family: arial;
font-size: 11px;
color: #000000;
line-height: 16px;
padding: 3px;
}

.bold {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
}

.navigation{
	font-family: arial;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 7px;
	width: 116px;
}

.navigation:hover{
	font-family: arial;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	display: block;
	padding: 8px;
	width: 115px;
}

.navigation2{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding: 1px;
}

.NAVIGATION3{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #FFCC00;
	display: table;
	padding: 1px;
	width: auto;
}

p2{
font-family: arial;
font-size: 14px;
color: #000000;
line-height: 16px;
padding: 3px;
}

.bold2 {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;

