/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 0.8em;
	line-height:18px;
	text-align:justify;
}

h2 { font-size: 1em; }
h3 { font-size: 1.3em; color: #767670; }
h4 { font-size: 1em; text-decoration: underline; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
p { font-size: 1em; }

h2, h3{
	font-family: AvantGarde Md BT, Trebuchet, Arial, Verdana, Geneva, Helvetica, sans-serif !important; 
}

#container div#content a {
	color:#EE9549;
}

#footer a {
	color:#666;
}