body, td, p {
	color: #333333;
	font: 14px Verdana;
	line-height: 18px;
}

.indexContent {
	font: 14px Verdana;
	line-height: 21px;
}

.labName {
	font: bold 18px Georgia;
	color: #2C540E;
	padding : 20 20 20 40;
	background-color : #E6EDCB;
}

.labHeadName {
	font: bold 18px Georgia;
	color: #596A45;
	background-image : url(../images/nameBg.gif);
	background-repeat: no-repeat;
	text-align : center;
}

a:link, a:active, a:visited {
	text-decoration : none;
	color: #336600;
}

a:hover {
	color: #669900;
	text-decoration : underline;
}

a.menu:link, a.menu:active, a.menu:visited {
	font: bold 12px Georgia;
	color: #2C540E;
	text-decoration : none;
	line-height : 21px;
}

a.menu:hover {
	color: #669900;
	text-decoration : none;
}

.contentTitle {
	color: #2C540E;
	font: bold 14px Verdana;
	text-transform: uppercase;
}

.logoText {
	font: italic 10px Verdana;
	color: #596A48;
	line-height: 12px;
}

/* ************* NEW HIGHLIGHT /chait/ ************* */
#highlight {
	background: #fff;
	text-align: left;
	padding: 5px;
}
#highlight h3 {
	color: #816e1f;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 0px 5px 15px;
	background: #ffcc67;
	margin: 0px;
}
#highlight p {
	background: #ffffcb;
	margin: 0;
	padding: 5px 15px;
	color: #1f5323;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
#highlight p#more a {
	color: #b96839;
}

