/*
*/

@import url("basic.css");
@import url("advanced.css");
@import url("sIFR-screen.css");

html { 
	font-size: 100%; /* IE trick to allow proper resizing of text */ 
}

body {
	font: 0.75em/1.66em "Helvetica Neue", Arial, Helvetica, sans-serif; /* 1em is now 12px at 96ppi. */
	color: #6d7c82;
	background: #E4E9EC;
	}
	
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: 2em; 	 }
h3,legend  	{ font-size: 1.42em; }
h4			{ font-size: 1em;    }
h5,h6		{ font-size: 1em;    }

/* default link formatting */			
a, a:link 			{ color: #39464F; text-decoration: underline; }
a:visited 			{ color: #39464F; }	
a:focus, a:hover 	{ color: #000000; text-decoration: underline; }
a:active 			{ color: #000000; }
a:focus {outline:none}
