body {
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	background-color: #EFEFDE;
	background-image: url(/_img/bg_dark.gif);
}
.flynav {
	margin:0px;
	padding: 0px;
	background-color: #ffffff;
	border:1px solid #000000;
	position: absolute; 
	width:160px;  
	z-index:2; 
	left: -400px; 
	top: -400px;
	}
.subnav {
	margin:0px;
	padding: 10px;
	background-color: #ffffff;
	border:1px solid #c9c9ba; 
	width:151px;
	}
.subnavItem{
	padding-top:2px;
	padding-bottom:2px;
	width:151px;
}
.downloadItem{
	padding-top:2px;
	padding-bottom:2px;
	font-size:10px;
	width:151px;
}
.trigger{
	cursor: hand;
	color: #003366;
	width:158px;
	height:18px;
}
.redText{
	color: #ff0000;
}
.headingText{
	color: #003366;
	font-weight:bold;
}
.trigger_on{
	color: #000000;
	cursor: hand;
	background-image: url(/_img/flynav_over_bg.jpg);
	width:158px;
	height:18px;
}
span,td,select,input,textarea {
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.td_content {
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	padding:10px;
	color:#000000;
	width:100%;
}
p,ul {
	font-family: Arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
}
a {
	font-family: Arial, helvetica, sans-serif;
	color:#0000ff;
	text-decoration:none;
}
a:hover {
	font-family: Arial, helvetica, sans-serif;
	color:#0000ff;
	text-decoration:underline;
}