h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	}
p, ol, ul, blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	}
.largeBodyText {
	font-size: 13pt;
	}
.smallBodyText {
	font-size: 9pt;
	}
/* Dropdown Menus */
.menu1aOff {
	background-color: #CCCCCC;
	}
.menu1aOver {
	background-color: #FFFFCC;
/*	cursor: hand; */
	}
.menu1Links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
a.menu1Links:link {
	text-decoration: none;
	color: #000000;
	}
a.menu1Links:visited {
	text-decoration: none;
	color: #000000;
	}
a.menu1Links:active {
	text-decoration: none;
	color: #000000;
	}
a.menu1Links:hover {
	text-decoration: underline;
	color: #000000;
	}
