.projectGrid {
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.projectGrid a:link { text-decoration: none; color: #000000; }
.projectGrid a:visited { text-decoration: none; color: #000000; }
.projectGrid a:active { text-decoration: none; color: #000000; }
.projectGrid a:hover { text-decoration: underline; color: #666666; }

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bodyText a:link {	text-decoration: none; color: #666666;	}
.bodyText a:visited {	text-decoration: none; color: #666666;	}
.bodyText a:active {	text-decoration: none; color: #666666;	}
.bodyText a:hover {	text-decoration: underline; color: #333333;	}


.navbox a:link {	text-decoration: none; color: #666666;	}
.navbox a:visited {	text-decoration: none; color: #666666;	}
.navbox a:active {	text-decoration: none; color: #666666;	}
.navbox a:hover {	text-decoration: underline; color: #333333;	}

.bodyTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CC0000;
}