.tx1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tx1:hover {
	color: #B6D3F3;
	text-decoration: none;
}
.tx11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B6D3F3;
	text-decoration: none;
}
a.tx11:hover {
	color: #B6D3F3;
	text-decoration: none;
}
.tx2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.tx3 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #86BC49;
	text-decoration: none;
}
.tx4 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
.tx4_1 {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
.tx5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
.tx6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888888;
	line-height: 13px;
}
.tx7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6699CC;
	line-height: 13px;
	text-decoration: none;
}
a.tx7:hover {
	color: #CC3300;
}
.tx8 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC3300;
	line-height: 13px;
}
.tx9 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3399CC;
	line-height: 13px;
}
.tx9_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #3399CC;
	line-height: 13px;
}
.tx10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 13px;
	text-decoration: none;
}
.textheader {
	font-family: Times;
	font-size: 22px;
	font-weight: bold;
	color: #0408c0;
	line-height: 13px;
	text-decoration: none;
	margin-top: 25px;
	margin-left: 44px;
}
.flt1 {
	float: right;
}
.flt2 {

	float: left;
}
#header {
	width: 740px;
	margin: 20px 0 0 0;
	
}
#header h1 {
	font-family: Times;
	font-size: 22px;
	font-weight: bold;
	color: #0408c0;
	line-height: 13px;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 44px;
	position: relative;
}
#header a,
#header a:before, #header h1 a:after {
	text-decoration: none;
}
#header2 {
	
	margin: 0 0 0 0;
	position: relative;
}
#header2 h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
	margin-top: 0px;
}

/* menu styles */
#jsddm
{	margin: 0;
	padding: 0px 30px;
	
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 11px Arial, Helvetica, sans-serif;
		
		
	}

	#jsddm li a
	{	
		display: block;
		background:; /*main menu background*/
		padding: 0px 0px 0px 10px;	/*3rd controls space between vertical menu*/
		text-decoration: none;
		font-weight: bold;
		/*border-right: 1px solid white;*/
		border-right: none;
		width: auto;
		color: #FFFFFF;
		margin-left: 10px;
		margin-right: 16px;
		
	}

	#jsddm li a:hover
	{	color: #B6D3F3; } /*main menu hover background*/
		
		#jsddm li ul
		{	margin: 0px; 
			padding: 0px 0px 10px 10px; /*3 bottom space 4 controls how far over the dropdown will appear*/
			position: absolute;
			visibility: hidden;
			background: #235590;
			z-index: 999
			/*border-top: 1px solid white*/}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
			}
			
			#jsddm li ul li a
			{	width: auto;
				background: #235590; /*sub menu background*/
				color: #ffffff
				
			}
			
			#jsddm li ul li a:hover
			{	background: #235590;
				color: #B6D3F3;
			} /*sub menu hover background*/