
BODY {
  background-color: #FFFFFF;  /*normal white(FFFFFF), alt lgtGreen(CCFFCC)*/
  color: #000000; 			  /*normal black(000000), alt green(009933)*/
  font-family: Arial, Helvetica, sans-serif;		  /*alt: Verdana*/
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
}

A {
  color: #CC3300;	 	 	  /*normal red(CC3300), alt blue(006699)*/
  font-weight: bold;
  text-decoration: none;	  /*has to be here*/
}

A:hover {
  text-decoration: none;
}

P {
  margin-top: 2px;
  margin-bottom: 6px;
}  

UL {
  margin: 5px,40px; 		 /*default is 19px,40px;*/
}

/* classes */

.logobar, .logobar A, .logobar TD {
  background-color: #FFFFFF;
  font-size: 10px;
}

.tabbartop, .tabbartop A, .tabbartop TD {
  background-color: #FFFFFF; 
}

.tabbar, .tabbar A, .tabbar TD {
  background-color: #339999;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}

.menubar, .menubar A, .menubar TD {
  background-color: #006699;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

.current_tab, .current_tab A, current_tab TD {
  background-color: #006699;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  width: 100;
  align: center;
}

.other_tab, .other_tab A, other_tab TD {
  background-color: #66ffff;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  width: 100;
  align: center;
}
.footbar, .footerbar A, .footerbar TD {
  font-size: 10px;
}

.navbar00 {
  font-size: 11px;
  font-weight: normal;
  margin-top: 10px;
  margin-left: 5px;
}
.navbar {
  color: #006699;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 5px;
}
.navbar A {
  color: #006699;
  font-size: 11px;
  font-weight: bold;
}
.navbarhead {
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 12px;
}
.navbarheader {
  font-size: 11px;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 12px;
}
.navbarbg {
  background-image: url(/images/nav_bkgd.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top;
}

/* trans classes */
.maincontent {
  font-size: 12px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.maincontent A {
  font-weight: bold;
}
.maincontent P {
  margin-top: 4px;
  margin-bottom: 6px;
  /*text-align: justify;*/
}
.maincontentheader {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.maincontentbar {
  background-color: #dddddd;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}

.content, .content TD {
  font-size: 11px;
}
.content A {
  font-weight: bold;
}
.contentheader {
  color: #000000;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
}
.contentbar {
  background-color: #6699cc;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
}
.content UL {
  margin: 5px,40px,15px; 		 /*default is 19px,40px;*/
}

.calloutheader {
  font-weight: bold;
}
.callout1 {
  background-color: #cceee2;
  color: #006666;
  font-size: 11px;
  font-style: normal;
  padding: 10px;
}
.callout2 {
  background-color: #ccffff;
  color: #006699;
  font-size: 11px;
  font-style: normal;
  padding: 10px;
}
.callout3 {
  background-color: #cfe4e9;
  color: #006699;
  font-size: 11px;
  font-style: normal;
  padding: 10px;
}
.callout4 {
  background-color: #cceeee;
  color: #006666;
  font-size: 11px;
  font-style: normal;
  padding: 10px;
}
.calloutS1 {
  background-color: #99eecc;
  color: #000000;
  font-size: 11px;
  font-style: normal;
  padding: 10px;
}
.calloutS2 {
  background-color: #99cccc;
  color: #000000;
  font-size: 11px;
  font-style: normal;
  padding: 10px;
}

.banelement {
  margin-top: 5px;
}


/* old classes */

.contentbar1 {
  background-color: #808080;
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 11px;
}

.contentbar2 {
  background-color: #993333;
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 11px;
}

.categorybar {
  background-color: #993333;
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: bold;
  font-size: 11px;
}



