@CHARSET "UTF-8";

#projectList {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#projectList td, #projectList th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#projectList table {
	margin-bottom: 5px;
}
#projectList h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
#projectList h2 {
	margin-bottom: 5px;
	text-transform: none;
	color: #f18e00;
}
#projectList h3 {
	margin-bottom: 5px;
	text-transform: none;
	color: #f18e00;
	font-size: 13px;
}
#projectList h4, #projectList h5, #projectList h6 {
	margin-bottom: 5px;
	text-transform: none;
	color: #f18e00;
	font-size: 12px;
}
#projectList p, #projectList li {
	margin-bottom: 5px;
}
#projectList ul, #projectList ol {
	margin-left: 20px;
}