body {
	background: #FDFBE6;
}

.normal {
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: none;
}

.normalBold {
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

A:link {
	text-decoration : none;
	color : #336633;
	font-size : 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

A:visited {
	text-decoration : none;
	color : #336633;
	font-size : 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

A:hover {
	text-decoration : underline;
	color : #91AC71;
	font-size : 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bold A:link {
	text-decoration : underline;
	color : #336633;
	font-size : 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.bold A:visited {
	text-decoration : underline;
	color : #336633;
	font-size : 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.bold A:hover {
	text-decoration : underline;
	color : #91AC71;
	font-size : 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.navbar {
	text-decoration : none;
	color : #000000;
	font-size : 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.gray {
	text-decoration : none;
	color : #555555;
	font-size : 9pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
