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


* { margin: 0; padding: 0; }

html, body { width: 100%; height: 100%; font-family: tahoma; font-size: 9pt; color: #666; }
body { background: #8dddf4 url("../images/head-x.png") 0 0 repeat-x;   }
#main { width: 100%; min-width: 1210px;  min-height: 100%; position: relative;  }

a { outline: none; -moz-outline: 0; border: none; border-width: 0; font-family: tahoma;  color: #666; }
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, h3, h4, h5, h6 { font-family: tahoma; font-size: 12pt; color: black; font-weight: normal;  text-align: left;  }

h2{ font-family: tahoma; font-size: 10pt; color: #666; text-align: left; font-weight: normal;    }


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