/* Use of @import - presents style to only to the unbuggy browsers  */
@import url(/lib/std.css);

/* Fonts */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

A {
  cursor: pointer;
  background: transparent;
}

ADDRESS {
  font-style: italic;
}

BLOCKQUOTE {
  font-style: italic;
}

BODY {
  padding: 0;
  cursor: default;
}

BUTTON {
  cursor: auto;
}

CITE {
  font-style: italic;
}

DT {
  font-weight: bold;
}

H1, H2, H3, H4, H5, H6 {
  font-weight: bold;
}

H1 {
  font-size: 24px;
}

H2 {
  font-size: 21px;
}

H3 {
  font-size: 18px;
}

H4 {
  font-size: 16px;
}

H5 {
  font-size: 14px;
}

H6 {
  font-size: 12px;
}

HTML {
  margin: 0;
  padding: 0;
}

INPUT {
  cursor: auto;
}

OL {
  list-style: decimal;
}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {
  list-style: lower-alpha;
}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {
  list-style: lower-roman;
}

OL OL OL OL {
  list-style: decimal;
}

PRE {
  margin-left/* */ : 0;
  white-space: pre;
}

TEXTAREA {
  cursor: text;
}

TD {
  margin-left: 0;
}

TH {
  font-weight: bold;
  text-align: center;
  margin-left: 0;
}

UL, MENU, DIR {
  list-style: disc;
}

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {
  list-style: circle;
}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {
  list-style: square;
}


UL UL UL UL {
  list-style: disc;
}


/* Here are the things you might want to change or remove */
INPUT , SELECT , TEXTAREA {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
}


/* This controls the color and font of standard text */

ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

A:link {
  color:#b91111;
}

A:visited {
  color:#b91111;
}

A:active {
  color:#b91111;
}

A:hover {
  color:#b91111;
  text-decoration: none;
}

BODY {
  background: #fff8d8;
  margin-left: 0px;
  margin-right: 0px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Arial, Helvetica, sans-serif;
}


/* Custom styles */

P.copyright {
  font-size:9px;
  color:#336600;
}

A.topMenu:link {
  font-size:10px;
}

A.topMenu:visited {
  font-size:10px;
}

A.topMenu:A:active {
  font-size:10px;
}

A.topMenu:hover {
  font-size:10px;
  text-decoration: none;
}

TD.menuHilite {
  font-size:10px;
  background: #EEEED8;
  border: 1px solid #CCCC99;
  cursor: hand;
}
TD.menuNormal {
  font-size:10px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  cursor: hand;
}

TD.content {
  border: 1px solid #99CC66;
  background-color: #ffffff;
}

TABLE.categories {
  border: 1px solid #99CC66;
}
TABLE.categories TH {
  font-size:10px;
  background-color: #CCFF99;
  border-bottom: 1px solid #99CC66;
}
TABLE.categories TD {
  font-size:10px;
  background-color: #FFFFCC;
  border-bottom: 1px solid #99CC66;
}
TABLE.categories TD.last {
  font-size:10px;
  background-color: #FFFFCC;
  border-bottom: none;
}

TABLE.archives {
  border: 1px solid #99CC66;
}
TABLE.archives TH {
  background-color: #CCFF99;
  border-bottom: 1px solid #99CC66;
  text-align: left;
}
TABLE.archives TD {
  background-color: #EEFFCC;
  border-bottom: 1px solid #99CC66;
}
TABLE.archives TD.last {
  background-color: #EEFFCC;
  border-bottom: none;
}

TABLE.contact {
  border: 1px solid #99CC66;
}
TABLE.contact TH {
  background-color: #CCFF99;
}
TABLE.contact TD {
  background-color: #EEFFCC;
  border-top: 1px solid #99CC66;
}
TABLE.contact TD.last {
  background-color: #EEFFCC;
}
