@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: 4pt; line-height: 4px; }

#main { width: 100%; min-width: 1000px; position: relative; margin: 0px auto; background-color: #fff; }
*html #main { width:expression((document.compatMode && document.compatMode == 'CSS1Compat')?
				(document.documentElement.clientWidth < 1000 ? "1000px" : "100%"):
				(document.body.clientWidth < 1000 ? "1000px" : "100%")); }

body { font-family: tahoma; font-size: 9pt; color: #000; line-height: 16px; }
body a { color: #900; text-decoration: none; }
body a:hover { color: #000; }
body p { padding: 0 0 10px 0; }
body h1, body h2, body h3, body h4, body h5, body h6 { font-size: 18pt; font-weight: 400; line-height: 27px; color: #900; padding: 0px 0 20px 0; text-align: center; }
body h2 { font-size: 16pt; }
body h3 { font-size: 12pt; padding: 0 0 10px 0; }

body ul, body ol { margin: 0 0 10px 20px; }
body li { list-style-type: circle; }

body table { border-collapse: collapse; }

body input, body select, body textarea { font-family: tahoma; font-size: 8pt; color: #000; }
