/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height: 18px;
	padding: inherit;
	background-color: #000000;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #f2c6a2;
	display: block;
	padding: 8px;
	width: 190px;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #dea773;
	display: block;
	padding: 8px;
	width: auto;
}
.navigationsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #f2c6a2;
	display: block;
	padding: 3px;
	width: 170px;
}
.navigationsm:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #dea773;
	display: block;
	padding: 3px;
	width: 170px;
}
.inlinelink{
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size : 9px; 
	font-weight : normal; 
	background-color : none; 
	text-decoration : none; 
	color : #5f3816; 

	
}

.inlinelink:hover{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	background-color : none;
	color : #FFCC00;
	font-style: normal;
	
}
