BODY {
  background: #9dad8c;
  color: #012001;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

A:link { color: #114411 }
A:link IMG, A:visited IMG { border-style: none }
A:visited { color: #225522 }
A:active { color: #770000 }
A:hover { color: #550000 }

.bordered { border: 1px #003300 solid; }

.timestamp { font-size: 85%; }

H1.title {
  font-size: 150%; 
  font-weight: bold;
}

H1.center_title {
  font-size: 150%; 
  font-weight: bold;
  text-align: center;
}

H2.title {
  font-size: 120%;
  font-weight: bold;
}

H2.center_title {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}

H3.title {
  font-size: 110%;
  font-weight: bold;
}

H3.center_title {
  font-size: 110%;
  font-weight: bold;
  text-align: center;
}

TABLE {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

TABLE.encap { width: 100% }

TD.header { background-color: #996600; }

TD.header_nav {
  background-color: #663300;
  color: #c9c999;
  font-weight: bold;
  font-size: 12px;
}

A.navlink { text-decoration: none; }
A.navlink:link { color: #dfdf90 }
A.navlink:visited { color: #dfdf90 }
A.navlink:hover { color: #ffff00 }

TABLE.left_col_encap { width: 175px; }

TABLE.left_col_table { 
  background-color: #003300; 
  width: 100%
}

TD.left_col_title { 
  background-color: #663300;
  color: #c9c999;
  font-weight: bold;
  font-size: 12px
}

TD.store_news_title {
  background-color: #996600;
  color: #dfdf90;
  font-weight: bold;
  font-size: 12px;
}

TD.store_news_content {
  background-color: #c3ac7f;
  font-size: 11px;
  padding: 6px 6px 6px 6px;
  text-align: justify;
}

TD.net_news_links { 
  background-color: #996600;
  font-size: 11px;
}

TABLE.store_news_header_main {
  background-color: #996600;
  color: #dfdf90;
  border: 1px #003300 solid;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
}

TD.news_title_main {
  background-color: #996633;
  color: #dfdf90;
  font-weight: bold;
  font-size: 13px;
}

TD.news_content_main {
  background-color: #c3ac7f;
  border: 1px #003300 solid;
}

TD.net_newslinks_head {
  background-color: #336633;
  font-size: 200%;
  font-weight: bold;
}

TD.gen_links {
  background-color: #336633;
  font-size: 200%; 
  font-weight: bold;
}

DIV.disclaimer {
  text-align: justify; 
  padding: 0px 20px 0px 20px;
  font-size: 90%;
}
  
TABLE.schools_encap { background-color: #003300; }

TD.schools_label {
  background-color: #70805e;
  font-weight: bold;
  text-align: right;
}

TD.schools_info {
  background-color: #9dad8c;
}

TD.schools_info_name {
  background-color: #9dad8c;
  font-size: 105%;
  font-weight: bold;
  border-top: 1px #003300 solid;
  border-bottom: 1px #003300 solid;
}

TD.schools_info_descr {
  background-color: #ddddcc;
  padding: 10px 10px 10px 10px;
  text-align: justify;
  border-bottom: 1px #003300 solid;
}

TABLE.article_encap_border_outer { background-color: #003300 }
TD.article_encap_border_inner { background-color: #668866 }

TABLE.article_encap { background-color: #003300; }

TD.article_title {
  font-size: 110%;
  font-weight: bold;
}

TD.article_snippet {
  font-size: 95%;
}

TD.article_body { background-color: #ddddcc; }

