body, td{
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #555;
}
a{
	color: #555;
}
a:hover{
	color: #555;
	text-decoration: none;
}
h1{
	color:#000;
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	margin:0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	margin-bottom: 20px;
}
h2{
	font-size: 21px;
	line-height: 26px;
	height: 26px;
	margin:0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	margin-bottom: 5px;
}
h1.nomargin{
	margin: 0;
}
h3{
	font-size: 21px;
	line-height: 26px;
	height: 26px;
	margin:0;
	padding: 0;
	text-indent: 0;
	text-align: left;
	margin-bottom: 20px;
}


div.half, div.quarter, div.full, div.third, div.half_quarter{
	font-weight: bold;
}
div.half span, div.quarter span, div.full span, div.third span, div.half_quarter span{
	font-weight: normal;
	font-size: 10px;
	color: #999;
}
span.req, div.half span.req, div.quarter span.req, div.full span.req, div.third span.req{
	font-weight: bold;
	color: #f00;
	font-size: 14px;
}
label{
	font-weight: normal;
}
h1.black {
	color: #3f3f40;
	font-weight: bold;
	font-size: 18px;
}
p {
	color: #221e1f;
	line-height: 17px;
}
.green {
	color: #5ec4b9;
}
.pink {
	color: #f489a1;
}
.purple {
	color: #9561a8;
}
.blue {
	color: #a3d8f5;
}