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

p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	line-height: 16px;
	padding: 0px;
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 16px;
	text-align: left;
}.bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	color: #000;
}
.heading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	background-color: #666;
	display: block;
	padding: 12px;
	width: 140px;
	padding-left: 15px;
	text-align: left;
}

.navigation:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CF0;
	text-decoration: none;
	background-color: #999;
	display: block;
	padding: 12px;
	width: 140px;
	text-indent: 25px;
	padding-left: 15px;
	text-align: left;
}
.highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #900;
}
.hyperlink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}

