/* CSS Document */
body {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size: 16px;
	background-image: url();
	background-repeat: no-repeat;	
}

.style1 {
	font-size: 18px;
}
.style2 {
	text-decoration:none;
	color:#FFFFFF
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style5 {
	font-size: x-large;
	font-weight: bold;
}
.style6 {
	font-size: 24px; 
	font-weight: bold; 
}
.style7 {
	color: #FFFFFF; 
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
}
.style8 {
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #FFFFFF;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px; 
}
.style10 {
	color: #FFFFFF;
	font-size: 14px;
}
.style11 {
	color: #FFCC00;
	font-weight: bold;
}
.style12 {
	color: #000000; /*#FFCC33;*/
	font-weight: bold;
	font-size: 16px;
}

.style13 {
	color: #FF3300;
	font-weight: bold;
}

.style14 {
	color: #FFFFFF;
	font-weight: bold;
}
.style15 {
	color: #FFFF66;
}
.style16 {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 16px;
}
.style17 {font-size: medium}
.style18 {font-size: 20px}
.style19 {
	color: #006600;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px;
}
.style20 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px;
}
.style21 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

.style32 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}
.style33 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 16px;
}


/* NAVIGATION BUTTONS */
		.cssnav	{
					position:relative;
					font-family: arial, helvetica, sans-serif;
					font-size: 12px;
					background-image:  url(../images/Button_off.jpg);
					background-repeat: no-repeat;
					white-space: nowrap;
					display: block;
					width: 148px;
					height: 30px;
					margin: 0; 
					padding: 0; 
		}
		.cssnav a {
					display: block;
					color: #FFFFFF;
					font-size: 12px;
					width: 148px;
					height: 30px;
					display: block;
					float: left;
					color: black; 
					text-decoration: none;
		}

		.cssnav img {width: 148px; height: 30px; border: 0; }
		* html a:hover {visibility:visible}
		.cssnav a:hover img{visibility:hidden}

		.cssnav span {
					position: absolute;
					left: 2px;
					top: 8px;
					margin: 0px;
					padding: 0px;
					cursor: pointer;
					color: #FFFFFF;
					width: 146px;
					height: 14px;
					text-align: center;
		}
/* END OF NAVIGATION */

/* AJAX Automatic Drop Down Formats */
			.suggest_link {
				background-color: #FFFFFF;
				padding: 2px 6px 2px 6px;
			}
			.suggest_link_over {
				background-color: #9CF;
				padding: 2px 6px 2px 6px;
			}
			#search_ticker {
	position: absolute;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	border: 1px solid #000000;
			}		
			#search_client {
	position: absolute;
	background-color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	border: 1px solid #000000;
			}		

