@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; height: 0px; }

#main { width: 100%; position: relative; min-width: 1260px; background-color: #000; }

body { font-family: tahoma; font-size: 9pt; color: #aaa; line-height: 18px; background-color: #000; }
body a { color: #aaa; text-decoration: underline; }
body a:hover { text-decoration: none; }
body p { padding: 0 0 20px 0; }
body h1, body h2, body h3, body h4, body h5, body h6 { font-size: 9pt; font-weight: bold; line-height: 18px; color: #d0b36d; padding: 15px 0 20px 15px; }
body h1, body h2 { font-size: 12pt; }
body h1 a, body h2 a { color: #d0b36d; }

body ul { margin: 0 0 20px 20px; }
body ul li { list-style-type: none; }

body table { border-collapse: collapse; }

body input, body select, body textarea { font-family: tahoma; font-size: 9pt; color: #d0b36d;  }





