body {
font-size : 10px; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : #66CC66;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
border : 0;
}

h1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 11px; 
color : #000000; 
background-color : transparent; 
}

h2 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 16px; 
color : #000000; 
background-color : transparent; 
}

p {
font-size : 11px; 
font-family : Arial, Helvetica, sans-serif; 
}

a:link {
  color : green;
  font-weight : normal;
    text-decoration : none; 
}

a:visited {
  color : green;
  font-weight : normal;
    text-decoration : none; 
}
a:hover { 
color : yellow;
text-decoration: underline; 
font-weight: normal; 
} 

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 10px;
text-align: left; 
}

.smalltext a:link {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold;
text-align: left; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
text-align: left; 
}

.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 : 12px; 
}

.largetext a:link {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12px; 
}

.largetext a:visited {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 12px; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 11px;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 9px solid;
}

.white {
  background-color : #FFFFFF;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #BFBDBD;
}

.bg_medium {
  background-color : #FFFFFF;
  text-align: left;
}

.bg_light {
  background-color : #D9D8D8;
}

.alt_bg_dark {
  background-color : red;
}

.alt_bg_medium {
  background-color : red;
}

.alt_bg_light {
  background-color : red;
}

.copyright {
    font-size: 0px;
    text-align: center;
}

