/* CSS Document */

p{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	line-height: 18px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.bold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6699FF;
	display: block;
	padding: 8px;
	width: 150px;
}

.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 150px;
}
