/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #666;
}

h1, h2, h3 { font-size: 0.9em; font-weight: bold; margin: 0 10px; padding-top: 10px; }
h2 { font-size: 1em; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

address {
	padding: 0 10px;
	font-style: normal;
	font-size: 0.8em;
	margin: 0;
}
