a:hover {text-decoration: none;}


a:link,a:visited,a:hover {text-decoration: none;}

/* Main background of the body = white*/
body {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      background-color: #FFFFFF;
      text-align: left;
      margin:0}

.contact {font-weight:bold;
          font-size: 10pt;}

.desc {text-align: justify;
        font-size: 10pt;}

/* Hovering over link item/address = lime green */
a:hover {color: #999900;
        font-weight:bold;} 

/* Main background of table = pale green */
.palegreen {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      background-color: #CCCC99;
      text-align: left;
      margin:0}

/* Rheum green*/
.rheumgreen {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      background-color: #7B9B46;
      text-align: left;
      margin:0}

/* Top left part of screen = lime green */
.lime {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      background-color: #999900;
      text-align: left;
      margin:0}

/* Dark Green bold font */
.darkgreen {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      color: #666633;
      margin:0}

/* Lime green font */
.limegreen {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      color: #999900;
      margin:0}

/* Pale Green bold font */
.palegreenfont {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      color: #cccc99;
      margin:0}


/* Red font */
.redfont {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      color: #990033;
      margin:0}


/* Bottom left part of screen = red, pale green font */
.red {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      font-weight:bold;
      color: #cccc99;
      background-color: #962B31;
      text-align: left;
      margin:0}

/* Descriptive paragraphs - text in dark green, fully justified */
.desc {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      color: #666633;
      text-align: justify;
      margin:0}

/* Descriptive paragraphs - text in dark green, fully justified */
.list {font-family: Arial,Helvetica,sans-serif; 
      font-size: 10pt;
      color: #666633;
      line-height: 1.7;
      font-weight:bold;
      margin:0}


/* Navigation bar background = dark green */
.menutable {background: #666633;
            font-family: Arial,Helvetica,sans-serif;
            font-size: 10pt;
		font-weight:bold;
	      color: #999900;
            text-align: center;
            vertical-align: middle;}

/* red text */
.largeredfont {color: #990033; 
       font-weight:bold;
       font-size: 18pt;}

.main {font-size: 10pt;}

.footer {font-size: 8pt;}

.contactbullets {font-weight:bold;
              color: #666633;
              font-size: 10pt;}
