/* CSS Document */

p{
font-family:"Trebuchet MS";
font-size:11px;
color:#FFFFFF;
line-height: 18px;
padding: 3px;
}

a {
	font-family: "Trebuchet MS";
	color: #FF6699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-family:"Trebuchet MS";
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.navigatio{
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
}	

.navigatio:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: auto;
	background-color: #FF6699;
}

