/* CSS Document */
.text{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
line-height: 18px;
padding: 3px;
}


.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FF9900;
	font-weight: bold;
}
.navigation {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.navigation2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}
.navigation2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
