/* CSS Document */

p{
	font-family: Kristen ITC;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
	padding-top: 15px;
	padding-left: 15px;
	text-align: left;
}

.bold {
	font-family: "Kristen ITC";
	font-size: 16px;
	font-weight: bold;
	color: #FF3300;
}

.navigation {
	font-family: "Kristen ITC";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	width: 140px;
	text-align: center;
}

.navigation:hover {
	font-family: "Kristen ITC";
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	display: block;
	width: 140px;
	text-align: center;
}

.navigation2 {
	font-family: "Kristen ITC";
	font-size: 16px;
	color: #FF3300;
}

