	/* MENUS2.CSS */
	
	BODY { font-family:verdana; font-size:60%;color:#333333: }
	H1 {
	font-size:120%;
	font-style:normal;
	color: #009900;
}
H2 {
	font-size:100%;
	font-style:normal;
	color: #333333;
}
H3 {
	font-size:80%;
	font-style:normal;
	color: #333333;
}
	
	DIV#divMenuBar { background-color:#339933; width:100%; ; z-index: 25; clip:  rect(   )}
	TABLE#tblMenuBar TD { font-size:70%; color:#FFFFCC; padding:0px 5px 0px 5px; cursor:default; }
	TABLE#tblMenuBar TD.clsMenuBarItem { font-weight:bold; cursor:hand; }
	
	/* These two style rules added for links in MenuBar */
	TABLE#tblMenuBar TD.clsMenuBarItem A { text-decoration:none; color:#FFFFCC; font-weight:bold; }
	TABLE#tblMenuBar TD.clsMenuBarItem A:hover { color:white; }

	DIV.clsMenu { 
		font-size:70%; background-color:#339933; 
		position:absolute; visibility:hidden; width:130px; 
		padding:5px 5px 5px 8px; border-top:1 white solid; 
; z-index: 30; clip:  rect(   )
	}
	DIV.clsMenu A { text-decoration:none; color:#FFFFCC; font-weight:bold; }
	DIV.clsMenu A:hover { color:white; }

	BUTTON { font-family:tahoma; font-size:100%; }.footersmall {  font-size: xx-small}
a.footersmall { font-size: xx-small ; color: #FFFFCC}
a.footersmall:link { font-size: xx-small ; color: #FFFFCC }
a.footersmall:active { font-size: xx-small ; color: #FFFFCC }
a.footersmall:visited { font-size: xx-small ; color: #FFFFCC }
a.footersmall:hover { font-size: xx-small ; color: #FFFFFF}
a.large { font-size: x-large; color: #339933; text-decoration: none}
a.large:link { color: #339933; text-decoration: none }
a.large:visited { color: #339933; text-decoration: none }
a.large:active { color: #339933; text-decoration: none }
a.large:hover { color: #33FF33; text-decoration: none }
a.standard { color: #339933; text-decoration: none }
a.standard:link { color: #339933; text-decoration: none }
a.standard:active { color: #339933; text-decoration: none }
a.standard:visited { color: #339933; text-decoration: none }
a.standard:hover { color: #33CC33; text-decoration: none }
a.image {  border: #339933; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
a.small { color: #339933; text-decoration: none ; font-size: xx-small}
a.small:visited { color: #339933; text-decoration: none ; font-size: xx-small }
a.small:link { color: #339933; text-decoration: none ; font-size: xx-small }
a.small:active { color: #339933; text-decoration: none ; font-size: xx-small }
a.small:hover { color: #33CC33; text-decoration: none ; font-size: xx-small}
