h1 { font-family: arial, helvetica, sans-serif;
	 font-size: 24px; font-weight: bold; color: blue; }
h2 { font-family: arial, helvetica, sans-serif;
	 font-size: 18px; font-weight: bold; color: blue; }
h3 { font-family: arial, helvetica, sans-serif;
	 font-size: 16px; font-weight: bold; color: blue; }
td,p,blockquote,ul,li { font-family: arial, helvetica, sans-serif;
	 font-size: 16px; color: black; }
.blue { color: blue; font-weight: bold; }
.norm { font-family: arial, helvetica, sans-serif;
	 font-size: 14px; color: black; }
small { font-family: arial, helvetica, sans-serif;
	 font-size: 10pt; color: black; }
strong { font-family: arial, helvetica, sans-serif;
	 font-size: 16pt; font-weight: bold; color: black; }
a { font-family: arial, helvetica, sans-serif; color: blue; }

a.menuButton {
	color: #000069;
	background: #99ccff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-right: 1px #000069 solid;
	border-bottom: 2px #000069 solid;
	padding: 6px 2px 6px 2px; }
a.menuButton:visited {
	background: #99ccff;
	font-size: 12px;
	color: #000069;
	display: block;
	padding: 6px 2px 6px 2px; }
a.menuButton:hover {
	font-family: arial, helvetica, sans;
	background-color: #ffff99;
	font-size: 12px;
	color: #000000;
	display: block;
	padding: 6px 2px 6px 2px; }
a.menuButton2 {
	color: #000069;
	background: #99cccc;
	font-size: 12px;
	text-decoration: none;
	display: block;
	border-right: 1px #000069 solid;
	border-bottom: 2px #000069 solid;
	padding: 6px 2px 6px 2px; }
a.menuButton2:visited {
	background: #99cccc;
	font-size: 12px;
	color: #000069;
	display: block;
	padding: 6px 2px 6px 2px; }
a.menuButton2:hover {
	font-family: arial, helvetica, sans;
	background-color: #ffcc99;
	font-size: 12px;
	color: #000000;
	display: block;
	padding: 6px 2px 6px 2px; }
