/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url(images/menu_button_over.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 130px;
						height: 45px;
						margin: 0; 
						padding: 0; 
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 130px;
						height: 45px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}

			.cssnav img {width: 130px; height: 45px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
			.cssnav a:hover span{left: 0px; top: 17px; color:gray;}
			

			.cssnav span {
						position: absolute;
						left: 0px;
						top: 15px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 130px;
						height: 45px;
						text-align: center;
						font: 8pt Arial,8pt sans-serif;
			}
			/* END OF NAVIGATION */
			
			
Body,P,UL,SPAN,DIV{
 font: 10pt Arial,10pt sans-serif;
}

A.footerMenu {text-decoration:none;
              color:gray;}

A.footerMenu:hover{text-decoration:underline;}

.pageHeading{
  font-size:12pt;
}

.textMenu{font-size:8pt;
          padding-top:15px;
		  padding-bottom:15px;}
