
Body, TH, TD {
                font-family: Arial;
}


 div.CurrentButton  {
 	color : white;
	font-size : 16px;
 	background : #629584;
 	border : 0px groove #25427C;
 	margin : 0px 0px 0px 0px;
 	font-family : Arial;
 	text-decoration : none;
 	display : block;
 	padding : 10 10 10 10;
 }

 div.button  {
 	color : white;
	font-size : 13px;
 	background : #629584;
 	border : 0px groove #25427C;
 	margin : 0px 0px 0px 0px;
 	font-family : Arial;
 }
 
 a.menubutton  {
 	text-decoration : none;
 	color : white;
	font-size : 13px;
 	background : #629584;
 	display : block;
 	padding : 10 10 10 10;
 }
 
 a.menubutton:visited  {
 	text-decoration : none;
 	color : white;
	font-size : 13px;
 	background : #629584;
 }
 
 a.menubutton:active  {
 	text-decoration : none;
 	color : black;
	font-size : 13px;
 	background : #629584;
 	background-color : #629584;
 }
 
 a.menubutton:hover  {
 	text-decoration : none;
 	color : black;
	font-size : 13px;
 	background : #FFFFFF;
 	background-color : #FFFFFF;
 }
