th {  color: #000000; background-color : #FFFFFF; }		/* text and background color of headers in generated tables */

.menuTxt {   color: #993399;   }						/* top pull down menu text color */	
.lgTxt {   color:#336600}								/* larger text titles on project pages */

.colTitle { color: #663366;    }
.colTitle2 { color: #663366;  }
.colRow { background-color: #F4D8B3 }					/* alternating row color in generated tables */

.tipHead { background-color: #FFE0CC }
.tipBase { background-color: #FFFFFF }	
.tipLine { background-color: #000000}	

A:link { color: #993399;  }								/* normal text links */
A:active { color: #542A54;   }
A:visited { color:#6B226B;   }
A:hover{ color: #F8991D;   }

.linkTbl A:link {color: #993399;  }						/* links in generated tables */
.linkTbl A:active {color: #542A54;  }
.linkTbl A:visited {color: #6B226B;  }
.linkTbl A:hover {color: #F8991D;  }

/* 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;  }
