/* CSS Document */

p{
	font-family:Arial, sans serif;
	font-size:18px;
	color:#000000;
	line-height:20px;
}
.bold {
	font-family:Arial, sans serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color: #000000;
}
.navigation{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	width: 120px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	height: 30px;
}



.navigation:hover{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #FFAE5E;
	display: block;
	width: 120px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	height: 30px;
}
