

/* Style Sheet for Cat Dancing Productions 
   Copyright 2002-2005 by Cat Dancing Productions
   <Creative_Computing@bigfoot.com>              */

/***          BODY, TABLES       ***/
body, table { 
  font-family: arial, verdana, helvetica;
  font-size: 12px;
  font-weight: normal;                 
  font-variant: normal;              
  font-style: normal;               
  color: #000000;
  background-color: #ffffff;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: none;
}
#table-page {
  position: relative;
  width: 750px;
  border-style: solid;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  margin-bottom: 12px;
}
/** navigation bar **/
.nav-body {
  background-image: url("/images/navbg.gif");
  background-repeat: repeat;
}
.nav-table {
  font-family: verdana, helvetica;
  font-size: 9px;
  color: #ffffff;
  background-color: #336666;
}
/** color and styles themes for selected web pages **/
.olympic-bg1 {
  background-color: #008ac5;
}
.olympic-bg2 {
  background-color: #ffcc00;
}
/***********  HEADERS, PARAGRAPH FIRST LINE ***********/
.title { 
  font-family: "Trebuchet MS", serif, arial, verdana, helvetica;
  font-size: 30px;
}
.subtitle { 
  font-family: "Trebuchet MS", serif, arial, verdana, helvetica;
  font-size: 20px;
}
.personal-note { 
  font-family: "Trebuchet MS", serif, arial, verdana, helvetica;
  font-size: 12px;
}
.header { 
  font-family: arial, verdana, helvetica;
  font-weight: bold;
  font-size: 16px;
}
.olympic-p1 {
  font-weight: bold;
  color: #0000bf;
}
.olympic-p2 {
  font-style: italic;
  color: blue;
}
/***********  LINKS             ***********/
a:link.nav, a:visited.nav, a:active.nav, a:link, a:visited, a:active {
  text-decoration: none;
  font-weight: normal;
}
a:link.nav, a:active.nav {
  color: white;
}
a:visited.nav {
  color: white;
}
a:hover.nav {
  color: aqua;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
/***********  LISTS            ***********/
ol, ul { 
  margin-top: 0pt;
  margin-bottom: 6pt;
}
li {
  margin-left: 6pt;
  margin-right: 6pt;
  margin-bottom: 0pt;
}
li.bottomline {
  margin-left: 6pt;
  margin-right: 6pt;
  margin-bottom: 6pt;
}
/*********** BORDERS, LINE CONTROL, SPACING ***/
.nav-box {
  border-right-color: #ffffff; 
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-color: #ffffff; 
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 1px;
}
.nav-box2 {
  border-bottom-color: #ffffff; 
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 1px;
}
.olympic-box {
  border-color: #ffffff;
}
.indent {
  margin-left: 12px;
  margin-right: 12px;
}
.footnote {
  font-size: 10px;
}
.space-t {
  margin-top: 12pt;
}
.space-b {
  margin-bottom: 12pt;
}
.space-r {
  margin-right: 12pt;
}
.space-l {
  margin-left: 12pt;
}
.halfspace-t {
  margin-top: 6pt;
}
.halfspace-b {
  margin-bottom: 6pt;
}
.halfspace-r {
  margin-right: 6pt;
}
.halfspace-l {
  margin-left: 6pt;
}
/****** COLORS, FONT STYLES   ************/
.azure {
  color: #008ac5;
}
.gold {
  color: #ffcc00;
}
.red {
  color: #ff0000;
}
.blue1 {
  color: #0000bf;
}
.blue2 {
  color: blue;
}
.blue3 {
  color: #0578b6;
}
.brown {
  color: #b13e23;
}
.green {
  color: #006600;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
