/* CSS Document */
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	color: #000099;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style4 {color: #FFFFFF}
.style5 {color: #000099; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style6 {color: #000000; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.style7 {font-size: 14px; font-weight: bold; color: #f5e08f; font-family: Arial, Helvetica, sans-serif; }
.style8 {color: #FF0000}
.style9 {color: #FF3300}
.style10 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}
.style12 {font-size: 18px}
.style13 {font-size: x-small}


.style16 {color: #000066;
	font-weight: bold; 
	font-size: 16px; 
	font-family:"Times New Roman", Times, serif;
}


/* NAVIGATION BUTTONS */
.cssnav	{
			position: relative;
			font-family: arial, helvetica, sans-serif;
			background-image: url(../images/fm_nav_over.gif);
			background-repeat: no-repeat;
			white-space: nowrap;
			display: block;
			width: 154px;
			height: 24px;
			margin: 0; 
			padding: 0; 
			font-size: 13px;
			font-weight: bold;
			
}
.cssnav a {
			display: block;
			color: #00bf02;
			font-size: 13px;
			font-weight: bold;
			width: 154px;
			height: 24px;
			display: block;
			float: left;
			color: white; 
			text-decoration: none;
}

.cssnav img {
			  width: 154px; 
			  height: 24px;
			  border: 0; 
}

* html a:hover {visibility:visible}

.cssnav a:hover img{visibility:hidden}

.cssnav span {
			position: absolute;
			left: 14px;
			top: 3px;
			margin: 0px;
			padding: 0px;
			cursor: pointer;
			width: 136px;
			height: 16px;
			text-align: center;
}
/* END OF NAVIGATION */
