@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0; padding: 0; }

html, body { 
	width: 100%; height: 100%; 
	font-family: verdana; font-size: 8pt; color: #4d4d4d;
}


a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0;
	text-decoration: underline;
	font-family: verdana;
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0; vertical-align: top;}


table { border-collapse: collapse; }



h1, h2, h3, h4, h5, h6 { 
	font-family: 'trebuchet ms', verdana; font-size: 12pt; color: #578d00;
	font-weight: bold; 
	text-align: left; 
}

h2 {
	font-size: 18px;
	padding: 0 0 5px 0;
}


ul, ol, li { list-style-type: none; }

.cl { clear: both; height: 0; font-size: 0; line-height: 0; }

#main { 
	width: 990px; 
	margin: 0 auto;
}

