@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; }

body { background-color: #fff; }

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: 940px; position: relative; margin: 0px auto; background-color: #fff; z-index: 100; }

body { font-family: tahoma; font-size: 11pt; color: #7c7c7c; line-height: 18px; }
body a { color: #7c7c7c; text-decoration: none; }
body a:hover { color: #2d8ec1; }
body p { margin: 0 0 20px 0; }
body h1, body h2, body h3, body h4, body h5, body h6 { font-size: 14pt; font-weight: bold; color: #2d8ec1; margin: 0 0 20px 0; }
