/* CSS Document */

.navigation {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	display: block;
	padding: 8px;
}
p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 5px;
	padding-left: 15px;
}
.bold {
	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bolder;
	padding-left: 15px;
	padding-top: 15px;
}
.navigationblack {

	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 8px;
}
.navigationpink {


	font-family: "Palatino Linotype";
	font-size: 16px;
	font-weight: bold;
	color: #FF6699;
	text-decoration: none;
	display: block;
	padding: 8px;
}
