/*
Title:     	FXT basic styles
*/

@import url("_assets/css/fxt.css");
@import url("_assets/css/sIFR-screen.css");

html { font-size: 100%; /* IE trick to allow proper resizing of text */ }

body {
	color: #1B1C65;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.66em;
	}
	
table, form, select, input, textarea { 
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%; /* ie hack so these elements correctly inherit the default text size */ 
	}	

/* default heading sizes */	
h1		{ font-size: 2em;    }
h2		{ font-size: 1.6em; }
h3 		{ font-size: 1.2em;  }
h4		{ font-size: 1.2em;  }
h5,h6	{ font-size: .84em;  }
h9 		{ font-size: 1.3em;  }
h10 	{ font-size: 1.6em;  }
heading2 { font-size: 2.4em;  }

/* default link formatting */			
a, a:link 			{ color: #000000; text-decoration: none; }
a:visited 			{ color: #000000; }	
a:focus, a:hover 	{ color: #000000; text-decoration: underline; }
a:active 			{ color: #218DD3; }
