<STYLE TYPE="text/css">
<!--This file functions as a global style sheet -->

BODY

A:Link	{
	text-decoration : none;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	color: #003366;
	font-size: 11pt;
	}

A:Visited {
	text-decoration : none;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	color: #003366;
	font-size: 11pt;
	}

A:hover {color: red;}

A.btnmenu {
	BORDER-RIGHT: #030303 3px solid; PADDING-RIGHT: 1px; BORDER-TOP: #ddd 2px solid; 
	DISPLAY: block; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 0px 0px 0px; 
	FONT: small-caps 14px arial,helvetica,sans-serif; BORDER-LEFT: #999 2px solid; 
	WIDTH: 175px; COLOR: #036; PADDING-TOP: 1px; BORDER-BOTTOM: #333 3px solid; 
	BACKGROUND-COLOR: #eee; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.btnmenu:hover {
	COLOR: #fff; BACKGROUND-COLOR: #6CA1B3
}


			/* NAVIGATION BUTTONS */
			.menu {
						height: 31px;
						width: 900px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/btn2.jpg) no-repeat;
						width: 150px;
						height: 31px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 150px;
						height: 31px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 150px; height: 31px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 2px;top: 6px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */

-->
</STYLE>