/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 0px;
}

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

.navigation2{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #AD4C53;
	text-decoration: none;
	background-color: #E3C59C;
	display: run-in;
	padding: 6px;
	width: auto;
	height: auto;
	line-height: normal;
	text-transform: capitalize;
	font-variant: normal;
}


.navigation2:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: run-in;
	padding: 6px;
	width: auto;
}


.navigation3{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FDF0D5;
	text-decoration: none;
	background-color: #AD4C53;
	display: block;
	padding: 8px;
	width: auto;
	height: auto;
}

.navigation3:hover{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0000FF;
	display: run-in;
	padding: 8px;
	width: auto;
}

