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

*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body { margin: 0; }

h1 { font-size: 2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.4em; line-height: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.2em; }

input, textarea, select { font-size: 1em; }

/* Set base font size to 10px in all browsers, while allowing text-sizing in IE */

html { font-size: 1.25em ; } /* Set base font size to 20px (= 1.25 x 16px) */
body { font: normal normal 50%/100% Verdana, Arial, Helvetica, sans-serif ; } /* 50% of 20px = 10px */
/* html>body { font-size: 10px ; } /* Overrides the above in all browsers except IE */




