/* CSS Document */

p{
	font-family: Arial;
	font-size: 15px;
	color: #FFFFFF;
	line-height: normal;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	white-space: normal;
}
.bold {
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000099;
}

.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC99;
	display: block;
	padding: 5px;
	width: 138px;
}


.navigation:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC66;
	display: block;
	padding: 5px;
	width: 138px;
}
.navigation2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC99;
	display: block;
	padding: 5px;
	width: 138px;
}
.navigation2:hover {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC66;
	display: block;
	padding: 5px;
	width: 138px;
}

.navigation3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #999999;
	display: block;
	padding: 5px;
	width: 168px;
}


.navigation3:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 5px;
	width: 168px;
}

