.txt {
	font-family : Arial;
	font-size : 10px;
	color: #000000;
	font-weight: 200;
	background : #FFFFFF;
}
.txtb {
	font-family : Arial;
	font-size : 11px;
	color: #000000;
	font-weight: bold;
	background : #FFFFFF;
}
.txt_sm {
	font-family : Arial;
	font-size : 8px;
	color: #000000;
	font-weight: normal;
	background : #FFFFFF;
}
.txtb_sm {
	font-family : Arial;
	font-size : 8px;
	color: #000000;
	font-weight: bold;
	background : #FFFFFF;
}
.txt_lg {
	font-family : Arial;
	font-size : 15px;
	color: #000000;
	font-weight: normal;
	background : #FFFFFF;
}
.txtb_lg {
	font-family : Arial;
	font-size : 15px;
	color: #000000;
	font-weight: bold;
	background : #FFFFFF;
}
.txti {
	background: #FFFFFF;
	font-size: 8pt;
	font-family: Arial,helvitica,sans-serif;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.bar {
	background: #5B88E1;
	letter-spacing: 0.02em;
	font-family: Arial;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.border {
	background: #000000;
	letter-spacing: 0.02em;
	font-family: Arial;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.color {
	color: #CC9933;
}
.red {
	color: #CC0000;
}
.float_nav_over {
	background: #B9D3EE;
	font-family: arial;
	color: #000080;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	cursor:hand;	
}
.float_nav_out {
	background: #FFFFFF;
	font-family: arial;
	color: #000080;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	cursor:hand;
}
.float_nav_out2 {
	background: #FFFFFF;
	font-family: arial;
	color: #000080;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	cursor:hand;
}
#dropmenudiv{
	position:absolute;
	background: #FFFFFF;
	text-align:left;
	font-family: arial;
	color: #666666;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	border:1px solid #000000;
	line-height:18px;
	z-index:100;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.txtBigger {
	font-size:1.2em;
}
.txtSmaller {
	font-size:.8em;
}