/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
/*ul,ol {list-style: none;}*/
/*h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}*/
dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
ol, ul, li {margin-left: 12px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


html {
  background: #000030;
}
body {
  font: 12px Arial, Helvetica, sans-serif;
  background: #ffffff;
  width: 900px;
  margin: 20px auto 20px auto;
}
a:hover {
  text-decoration: underline;
}


/* COMMON HEADER (ALSO FOR HOME) */
table#header {
  background: #ffffff url(/images/background_header.png) no-repeat bottom;
  color: #353795;
  height: 70px;
}
table#header a {
  color: #353795;
}
table#header span {
  font: bold 20px Arial, Helvetica, sans-serif;
}


/* FOOTER LINK (ALSO FOR HOME) */
div#footer_link {
  margin: 0 auto 0 auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/images/menu_button.png) no-repeat 0px 0px;
}


/* COMMON FOOTER (NOT FOR HOME) */
table#footer {
  background: #ffffff url(/images/background_footer.png) repeat-x 0 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #353795;
  text-align: center;
}
table#footer a {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #353795;
  text-align: center;
}
table#footer a:hover {
  text-decoration: none;
}


/* HOME SPECIFIC */
/* MAIN */
table#home_main {
  background: #ffffff url(/images/home_background_main.jpg) no-repeat 0 0;
  height: 390px;
}

/* FOOTER */
table#home_footer {
  background: #ffffff url(/images/home_background_footer.jpg) no-repeat 0 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #353795;
  text-align: center;
}
table#home_footer a {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #353795;
  text-align: center;
}
table#home_footer a:hover {
  text-decoration: none;
}
