a:link {color: #000000;text-decoration:none}
a:visited {color: #339966;text-decoration:none} 
a:active {color: #0000FF;text-decoration:none}
a:hover {color: #FF0000;text-decoration:none}

body {font-family: Arial;background-color: rgb(255,255,255);color: #000000;font-size: 0.9em;}

p {font-size: 10pt;font-family:Arial }
strong {font-size: 1.5em; }

h1 {color: #CC9900;font-family:Comic Sans MS; font-size:24pt; font-weight:bold; text-align:center; margin-top:1; margin-bottom:0 }
h2 {color: #FF0000;font-family:Comic Sans MS; font-size:14pt; font-weight:bold; text-align:center; line-height:100%; margin-top:1; margin-bottom:0}
h3 {color: #0066FF;font-family:Comic Sans MS; font-size:12pt; font-weight:400; line-height:100%; text-align:center; margin-left:0; margin-right:0; margin-top:0; margin-bottom:2}
h4 {color: #FFFFFF;font-family:Comic Sans MS; font-size:14pt; text-align:center; font-weight:bold; margin-top:1; margin-bottom:0}
h5 {color: #FF0000;font-family:Comic Sans MS; font-size:14pt; font-weight:bold; word-spacing:0; margin-top:0; margin-bottom:0}

			.menu {
						height: 77px;
						width: 800px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url('images/Hover_button.jpg') no-repeat;
						width: 80px;
						height: 77px;
	                    overflow:hidden	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 8pt;
						width: 80px;
						height: 77px;
						display: block;
						float: left;
						color: #FFFFFF; 
						text-decoration: none;
						overflow:hidden; font-weight:bold
			}
			.cssnav a:hover {
						color: #FFFFFF;
			}
			.cssnav a:visited {
						color: #FFFFFF;
			}
			.cssnav img {width: 80px; height: 77px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}
			.cssnav span {
					    position: absolute;
					    left: 0px;
					    top: 45px;
					    text-align: center;
					    width: 80px;
					    cursor: pointer   
			}
