th {  color: #000000; background-color : #E2E2E2; }		/* text and background color of headers in generated tables */

.smallTxtWhite{	color: #FFFFFF; }						/* text for use in dreamweaver */
.smallTxtBlack{	color: #000000; }						/* text for use in dreamweaver */

.pageTitleYellow{	color: #D1A02C; }						/* text for use in dreamweaver */
.pageTitleBrown{	color: #9B4709; }						/* text for use in dreamweaver */
.pageTitleBrownSmall{	color: #9B4709; }						/* text for use in dreamweaver */

.smTbl { color: #000000; }						

.menuTxt {   color: #9B4709;   }						/* top pull down menu text color */	
.lgTxt {   color:#9B4709}								/* larger text titles on project pages */

.colTitle { color: #9B4709;    }
.colTitle2 { color: #9B4709;  }
.colRow { background-color: #DEE3ED }					/* alternating row color in generated tables */

.tipHead { background-color: #DEE3ED }
.tipBase { background-color: #FFFFFF }	
.tipLine { background-color: #000000}	

A:link { color: #9B4709; }								/* normal text links */
A:active { color: #9B4709; }
A:visited { color:#733406; }
A:hover { color: #D1A02C; }

.linkTbl A:link {color: #9B4709;  }						/* links in generated tables */
.linkTbl A:active {color: #9B4709;  }
.linkTbl A:visited {color: #733406;  }
.linkTbl A:hover {color: #D1A02C;  }

/* 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;  }

