html {min-height: 100%; margin-bottom: 1px; 
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232B83;
}
.linktextup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D77B6;
}
.linktextdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9A542;
}
.navtextdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D9A542;
}
.navtextup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D77B6;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D77B6;
}
.titlecompanyname {
	font: Arial;
	font-size: 40px;
	color: #222983;
	letter-spacing: 0.2em;
}
.titletext {
	font: Arial;
	font-size: 16px;
	color: #222983;

}
a:link {
	color:#6D77B6;
	text-decoration:none
}
a:visited {
	color: #6D77B6;
	text-decoration:none
}
a:active {
	color: #D9A542;
	text-decoration:none
}
a:hover {
	color: #D9A542;
	text-decoration:none
}
.style2 {font-size: 11px}

img { border: none; }



		.trigger{
			cursor:pointer;
			border-style:none;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#ddf;
			border-style:none;
		}		
		.expanded{
			background:#ccf;
			cursor:pointer;
			border-style:none;
		}
		.expanded:hover{
			background:#eef;
			cursor:pointer;
			border-style:none;
		}
		.show{
     position:static;

		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}
