/*	Style sheet for Project Manager */
/*
	<LINK REL="STYLESHEET" TYPE="text/css" HREF="../project_manager.css">
	<SPAN CLASS="maintext">
	<DIV CLASS="maintext">
	color: rgb(0,0,255);
	line-height: 16px;
	font-size: 11px;
	text-indent:0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	text-decoration: underline;
*/

H2 {
	font-size: 17px;
	font-family: Arial, Geneva, sans-serif;
}

H3 {
	font-size: 15px;
	font-family: Arial, Geneva, sans-serif;
}

H4 {
	font-size: 13px;
	font-family: Arial, Geneva, sans-serif;
}

P {
	font-size: 11px;
	font-family: Arial, Geneva, sans-serif;
}

TD {
	font-size: 11px;
	font-family: Arial, Geneva, sans-serif;
}
