div#building_types {
	margin-left: 20px;
}
div#projects {
	margin-left: 20px;
	margin-bottom: 20px;
}
div.project {
	margin-bottom: 2px;
	padding-left: 10px;
	text-indent: -15px;
}
h3 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
a.p_name {
	font-size: /*18px*/16px;
	font-family: Helvetica, Arial, sans-serif;
}
a.p_name:link {
	color: #145EAD /*rgb(14,65,118)*/;
	text-decoration: none;
}
a.p_name:visited {
	color: #145EAD/*#505050*/;
	text-decoration: none;
}
a.p_name:active {
	color: #145EAD; /*#0066CC;*/
	text-decoration: underline;
}
a.p_name:hover {
	color: #145EAD/*black*/;
	text-decoration: underline;
}
font.p_contractor {
	font-size: 13px;
	font-weight: bold;
}
font.p_amount {
	font-size: 13px;
}

/* project.php page CSS */
h1 .smallheader {
	font-size: 60%;
	color: black;
}
h1 a.smallheader {
	font-size: 60%;
	color: black;	
	text-decoration: none;
}
h1 a:hover  {text-decoration: underline;}

div#project_data {
	margin-left: 10px;
}
h4 {
	color: #145EAD;
	font-size: 105%;
	margin: 3px 0 3px 0;
	padding: 0;
}
font {
	color: black;
	font-size: 80%;
	font-weight: normal;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
/**********************************/
