HTML, BODY, INPUT {
	font-family : Helvetica, Arial, "Trebuchet MS", Geneva, sans-serif;
	font-size: 12px;
}
em { color: #172647; font-style: normal; }
h1 { font-size: 20px; margin: 0; padding: 0; }
h2 { margin: 0; padding: 4px 0 3px; font-size: 16px; font-weight: bold; }
h3 { color: #323476; margin: 0; padding: 2px 0; font-size: 12px; font-weight: normal; }
.clearer {
	clear: both;
}
a.plaintext {
	font-size: 90%;
	color: #737373;
	text-decoration: none;
}
#commonBar {
	margin: 0;
	padding: 0;
	text-align: right;
}
#menuBar { margin: 0; padding: 0; background : #fbf852 url(pmbar.gif) repeat-x left top; border-color: #172647; border-style: solid; border-width: 1px 0 1px 0; }
ul.menuBar {
	margin: 0;
	padding: 4px 0px 4px 0px;
}
li.menuButton {
	display: inline;
	list-style: none;
}
a.menuButton, a.menuButtonActive  { color: #14100d; text-decoration: none; padding: 4px 6px; }
.menu {
	background: #d8d8d8 url(pmenu.gif) repeat-x left top;
	border: solid 1px #737373;
	padding: 0;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0;
	top:0;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
	z-index 20;
}
a.menuItem, a.menuItemActive { color: #000; font-weight: bold; background-color: #776c52; display: block; padding: 4px 16px; text-decoration: none; white-space: nowrap; }
a.menuButtonActive, a.menuButton:hover { background-color: #172647; color: #ff0; }
a.menuItem:hover, a.menuItemActive { color: #ff0; background-color: #737373; }
