BODY {
clip:     rect(   )
; background-image: url(../images/bg1.jpg)
}
P {
	COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10pt
; line-height: 11pt
}
a { COLOR: #08386B; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-weight: bold; line-height: normal}

ul { COLOR: #333333; FONT-FAMILY: Verdana, Tahoma, "Ms Sans Serif"; FONT-SIZE: 9pt ; line-height: 10pt ; list-style-image: url(../images/bullet.jpg)}
li { COLOR: #333333; FONT-FAMILY: Verdana, Tahoma, "Ms Sans Serif"; FONT-SIZE: 9pt ; line-height: 10pt ; list-style-image: url(../images/bullet.jpg)}
h1 { COLOR: #08386B; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 12pt; line-height: 11pt ; font-weight: bold}

/* NAVIGATION BUTTONS */
			.menu {
						height: 28px;
						width: 780px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(../images/button2.jpg) no-repeat;
						width: 130px;
						height: 28px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #CCCCCC;
						font-size: 11px;
						width: 130px;
						height: 28px;
						display: block;
						float: left;
						color: #CCCCCC; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 130px; height: 28px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 7px;
					    text-align: center;
					    width: 130px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */