/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	color: #333333
}

h1 { 
	padding: 0 0 5px 0;
	font-size: 1.8em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
h2 { 
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;
}
h3 {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

.white{
 color: #FFFFFF !important;
}

