th {  color: #000000; background-color : #E2E2E2; }		/* text and background color of headers in generated tables */

.menuTxt {   color: #000000;   }						/* top pull down menu text color */	
.lgTxt {   color:#BC9E51}								/* larger text titles on project pages */

.colTitle { color: #BC9E51;    }
.colTitle2 { color: #BC9E51;  }
.colRow { background-color: #F5DEA4 }					/* alternating row color in generated tables */

.tipHead { background-color: #F5DEA4 }
.tipBase { background-color: #FFFFFF }	
.tipLine { background-color: #000000}	

A:link { color: #BC9E51; }								/* normal text links */
A:active { color: #BC9E51; }
A:visited { color:#998144; }
A:hover { color: #F5DEA4; }

.linkTbl A:link {color: #BC9E51;  }						/* links in generated tables */
.linkTbl A:active {color: #BC9E51;  }
.linkTbl A:visited {color: #998144;  }
.linkTbl A:hover {color: #F5DEA4;  }

/* remember to also change the colors in other.js*/


/* other common elements - */
A {  text-decoration : none  }
.btnPos {  position:relative;  }													
.colTitle,  .colTitle2 {  font-weight : bold; }

body { 	background-color: #FFFFFF;  }
