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

.menuTxt { color: #231F20; }						/* top pull down menu text color */	
.MenuItemOff { color: #231F20; background-color: #FFFFFF;  }						/* top pull down menu text color */	
.MenuItemOn { color: #231F20; background-color: #E2E2E2;  }						/* top pull down menu text color */	
.lgTxt {   color:#000000 }								/* larger text titles on project pages */

.colTitle { color: #D44F4F;  font-weight : bold;   }
.colTitle2 { color: #000000;  font-weight : bold;   }

.colRow { background-color: #FBEBEB }					/* alternating row color in generated tables */

A:link { color:#ED1B2F; }								
A:visited { color:#8C8C8C; }
A:hover { color:#B31120; }
A:active { color:#FF6600; }

.linkTbl A {color: #000000;  text-decoration : none; }
.linkTbl A:link {color: #000000; text-decoration : none; }
.linkTbl A:visited {color: #666666; text-decoration : none; }
.linkTbl A:hover {color: #D63333; text-decoration : none; }



/* remember to also change the colors in other.js*/


/* other common elements - */
A {  text-decoration : none  }

