body{
	font-family: Arial, Helvetica, sans-serif;		
	background-color: #fff; 
	font-size: 12px;	
		
	overflow-x: hidden;/**/
	overflow-y: auto;
	
	margin: 0 0 0 5px;
		
	background-image: url(./../imagesBM/flyngStf.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	
	text-align: center;
	
}

h1{
	margin: 0px;
	padding: 0px;
}

h3{
	font-size: 10px;	
	font-weight: bold;
	margin-top:0;
	margin-left: 0px;
	margin-bottom: 15px;	
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	border: 1px solid #7F9DB9;	
	color: #666666; 
	width: 129px;
}

input{	
	
	font-size: 11px; 
	border: 1px solid #CCCCCC;	
	color: #000; 

}

img { 
	border: 0;

}

a {
	text-decoration: underline;
	color: #004b94;
}

/*a:visited {*/


a:hover {
	text-decoration: underline;
	color: #1369BF;
}


a.mainNav{
	font-face: Arial;
	font-size: 14px;
	font-weight: normal;
	
	color:  #939598;;
	margin-right: 25px;	
	text-decoration: none;
}

a.mainNav:hover{
	color:  #000;;	
	text-decoration: none;
}

a.subNav, a.subNav2{
	font-face: Arial;
	font-size: 12px;
	font-weight: normal;
	
	color:  #939598;
	margin-right: 20px;	
	text-decoration: none;
}

a.subNav:hover, a.subNav2:hover{
	color:  #000;	
	text-decoration: none;
}

a.subNav2 {
	margin-right: 8px;
}

/*

a.subNav:visited, a.mainNav:visited,{	
	text-decoration: none;
	color:  #939598;
}

*/