@import url("header.css");
@import url("content.css");
@import url("footer.css");


* { margin: 0px; padding: 0px; }

html, body { width: 100%; height: 100%; padding: 0; margin: 0; }

a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }

img { border: none; border-width: 0px; }

.clear { clear: both; font-size: 0pt; line-height: 0px; }

#main {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	position: relative;
	margin: 0px;
	background-color: #fff;
	padding-top: 0px;
}
*html #main { height: 100%; }

* html #main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}


#main { font-family: arial; font-size: 8pt; color: #000; line-height: 18px; }
#main p { margin: 0 0 0px 0; }
#main a { text-decoration: none; color: #000; }
#main a:hover { text-decoration: underline; }
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 { font-size: 18pt; color: #000; margin: 0 0 25px 0; line-height: 22px; }
#main table { border-collapse: collapse; }
#main form input { font-family: tahoma; font-size: 8pt; color: #000; }
#main form textarea { font-family: tahoma; font-size: 8pt; color: #000; }
