/* CSS Document */

p{
font-family:"Trebuchet MS";
font-size: 14px;
color: #000000;
line-height:19px;
padding: 3px;
}

.bold {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	color: 000000;
}
.subtitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: 000000;
}
.footnote {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.headline {
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
.contact {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.navigation1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: uppercase;
	color: #800000;
	font-weight: bold;
}
.navigation1:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-transform: uppercase;
	color:#ff9900;
	font-weight: bold;
}
.navigation2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.navigation2:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color:#FF9900;
}

