/*
   styles.css
*/

/*-- body --*/
body {
  background-color: #E2E4EE;
  /*background-image: url(images/bgfade.gif);*/
  /*background-repeat: repeat-x;*/
  color: #000000;
  margin: 0px 10px 10px 10px;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
}

td {
  font-family: helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
}

/*-- default links --*/
a:link {
  color:#0000ff;
}
a:active {
  color:#0000ff;
}
a:visited {
  color:#3300cc;
}

h1 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

h2 {
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  color: #000;
}

#container_frame {
  width: 800px;
}

#container {
  border: 1px solid #C6C9D1;
  background-color: #fff;
  text-align: left;
  padding: 4px 19px 19px 19px;
}


#top_of_page {
  text-align: right;
  padding: 0px 10px 5px 0px;
}

#top_of_page a {
  text-decoration: none;
}

#top_of_page a:hover {
  text-decoration: underline;
}


#content {
  background-color: #fff;
  border: 0px solid #568;
  padding: 0px;
}


#bottom_menu {
  text-align: center;
  padding: 10px;
  color: #666;
  margin-top: 20px;
}

#bottom_menu a {
  color: #666;
  text-decoration: none;
}
#bottom_menu a:hover {
  text-decoration: underline;
}

#footer_table {
  color: #666;
  font-size: 11px;
  margin-top: 10px;
}
#footer_table td {
  font-size: 11px;
}

