@charset "UTF-8";
/* CSS Document */

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

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

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

.navigation {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #BDBDBD;
	display: block;
	padding: 2px;
	width: 155px;
}




.navigation:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #D7D7D7;
	text-decoration: none;
	background-color: #2F2F2F;
	display: block;
	padding: 2px;
	width: 155px;
}
