/* CSS Document */

.pageTitle{
	font: bold 17px "Trebuchet MS";
	color: #197B30;
}
.sectionTitle{
	font: bold 16px "Trebuchet MS";
	color: #197B30;
}


body{
	margin: 0px;
	background-color: #EFEBEA;
	font: 14px "Trebuchet MS";
	color: #4B4B4B;
}

td{
	font: 14px "Trebuchet MS";
	color: #4B4B4B;
}


.h3{
	font: bold 20px "Trebuchet MS";
	color: #4B4B4B;
}


a{
	color: #197B30;
}
a:hover{
	color:#013F10;
}
.footer{
	color: #737373;
}
a.footer{
	color: #737373;
}
a.footer:hover{
	color:#005C16;
}

.tablefont{
	color:#4B4B4B;
}
	
a.linkEvent{
	font: bold 14px "Trebuchet MS";
	color: #6D675D;
}
a.linkEvent:hover{	
	font: bold 14px "Trebuchet MS";
	color:#423E38;
}