/* CSS Document */

a.topnav:link,
a.topnav:visited,
a.topnav:hover,
a.topnav:active  {
  font-family: new courier;
  color: #333333;
  align: center;
  font-size: 11px;
  font-style: ;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .04em;
  padding: 3px 3px 3px 3px;
  line-height:15px;
  
}

a.topnav:hover {
    color: #871719;
	text-decoration: underline;
}
a.topnav2:link,
a.topnav2:visited,
a.topnav2:hover,
a.topnav2:active  {
  font-family: verdana;
  color: #000000;
  align: center;
  font-size: 10px;
  font-style: ;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: .03em;
  padding: 3px 3px 3px 3px;
  line-height:15px;
  
}

a.topnav2:hover {
    color: #871719;
	text-decoration: underline;
}
a.irc:link,
a.irc:visited,
a.irc:hover,
a.irc:active  {
  font-family: verdana;
  color: #ffffff;
  align: center;
  font-size: 10px;
  font-style: ;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: .03em;
  padding: 3px 3px 3px 3px;
  line-height:15px;
  
}

a.irc:hover {
    color: #871719;
	text-decoration: underline;
}


td.body {
border-left-style: solid;
border-left-color: #871719;
border-left-width: 2px;
border-right-style: solid;
border-right-color: #871719;
border-right-width: 3px;
border-bottom-style: solid;
border-bottom-color: #871719;
border-bottom-width: 2px;
}

td.leftnav {
border-right-style: solid;
border-right-color: #666666;
border-right-width: 1px;
}

td.dashed {
border-bottom-style: dashed;
border-bottom-color: #b0b0b0;
border-bottom-width: 1px;
}

td.nav {
border-bottom-style: solid;
border-bottom-color: #871719;
border-bottom-width: 1px;
}

td.divider {
border-bottom-style: dashed;
border-bottom-color: #999999;
border-bottom-width: 1px;
padding-bottom: 4px;
padding-top: 4px;
}
