@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("am_styles.css");

* { margin: 0; padding: 0; }

html, body { 
	width: 100%; height: 100%; 
	padding: 0; margin: 0;
	font-family: arial; font-size: 9pt; color: #000;
}

a { 
	outline: none; -moz-outline: 0; 
	border: none; border-width: 0px;
	font-family: arial; 
	color: #63863a;
	text-decoration: underline;
}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; vertical-align: top;}

table { border-collapse: collapse; }



h1, h2, h3, h4, h5, h6 { 
	font-family: arial; font-size: 12pt; color: #63863a;
	font-weight: bold; 
	text-align: left; 
}

h2 { font-size: 18px; color: #628416; padding: 0 0 15px 0; text-transform: uppercase; }


.cl { clear: both; height: 0; font-size: 0; line-height: 0; }

#main { width: 1000px; margin: 0 auto; }


