h1 { 
display: inline; 
} 

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.bodytext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt}
.bodytextG {  font-family: Arial, sans-serif, Helvetica, Verdana; font-size: 10pt}

:link                       {color: #006699; text-decoration: none}
:visited                    {color: #739524; text-decoration: none}
:link:hover, :visited:hover {color: #D2A800; text-decoration: none}
/*
:link                       {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #0000FF; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none}
:visited                    {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #6699FF; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none}
:link:hover, :visited:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #DD6666; font-size: 8pt; font-weight: bold; font-style: italic; text-decoration: none}
*/
.menutitle{
font-size: xx-small;
cursor:pointer;
padding:2px;
text-align:center;
font-weight:bold;
; background-color: #00CCFF/*border:1px solid #000000;*/
/*margin-bottom: 5px;*/
}

.submenu{
  font-size: xx-small;
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #66CCFF
}
.menutext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}
.pageTitleBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
	color: #FFFFFF;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
 	padding: 0;
	margin: 0;
	padding-bottom: 2px;
}
.menuOn {
	font-family: Tahoma, MS San Serif;
	color: white;
	font-size: 10pt;
	text-decoration: none;
	border: 1px solid #006699;
	padding: 1px;
	margin:2px;
	cursor: hand;
	background-color: #006699;
	width: 100%;
	padding-bottom: 1px;
	padding-top: 1px;
}
.menuOff {
	font-family: Tahoma, MS San Serif;
	color: #006699;
	font-size: 10pt;
	text-decoration: none;
	border: 1px solid #AAD246;
	padding: 1px;
	margin:2px;
	cursor: hand;
	background-color: #AAD246;
	width: 100%;
	padding-bottom: 1px;
	padding-top: 1px;
}
.menuOnL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 8pt;
	text-decoration: none;
	margin:0px;
	cursor: hand;
	background-color: #006699;
	width: 100%;
	padding: 1px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}
.menuOffL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 8pt;
	text-decoration: none;
	margin:0px;
	cursor: hand;
	background-color: #D9E8F0;
	width: 100%;
	padding: 1px;
	margin-left: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}
