BODY {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : black;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 0.8em; 
color : #FFFFFF; 
background-color : transparent; 
}

p {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 

}

.whitetable {
background-color : white;
}

.beigetable {
background-color : #E8E9AF;
}

.mainmenunav {
background-color : white;
font-size : 1em;
font-family : garamond;
color : #000000;
}

.mainmenunav ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

.mainmenunav ul li {
display : inline;
}


.mainmenunav ul li a:link {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #FFFFFF;
  font-weight : normal;
  font-size : 1em;
  padding: .2em 1em;
  text-decoration : none;
  background-color : #003300;
}

.mainmenunav ul li a:visited {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #CC6600;
  font-weight : normal;
  font-size : 1em;
  padding: .2em 1em;
  text-decoration : none;
  background-color : #003300;
}

.mainmenunav ul li a:hover {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #9999FF;
  font-weight : normal;
  font-size : 1em;
  padding: .2em 1em;
  text-decoration : none;
  background-color : #333300;
}

.mainmenunav ul li a:active {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #FFFFFF;
  font-weight : normal;
  font-size : 1em;
  padding: .2em 1em;
  text-decoration : none;
  background-color : #003300;
}

a:link {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #620808;
  font-weight : normal;
  font-size : 1em;
  text-decoration : none;
}

a:hover {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #333300;
  font-weight : normal;
  font-size : 1em;
  text-decoration : none;
  background-color : #CC6600;
}

a:visited {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #620808;
  font-weight : normal;
  font-size : 1em;
  text-decoration : none;
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .8em; 
}

.smalltext a:link{
  color : #1b16ff;
  font-weight : bold;
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
}

.smalltext a:visited{
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #33cc00;
  font-weight : bold;
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #1b16ff;
  color : white;
}

.bg_medium {
  background-color : #FFFFFF;
}

.bg_light {
  background-color : #999966;
}

.bg_red {
  background-color : #FF9999;
}

.bg_orange {
  background-color : #CC6600;
}


.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #5fb0d8;
}
