/* CSS Document */
p{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	padding: 3px;
	font-style: normal;
	font-weight: normal;
}
.bold {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #eadab6;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover{
	font-family: verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background-color: #E1D5C7;
	display: block;
	padding: 8px;
	width: 120px;
}
.bold2 {

	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #0033CC;
}
.bold3 {


	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}
.bold4 {



	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #009900;
}
