body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #747474;
}
h1, h2, h3, P {
	margin: 0 0 10px 0;
}
ul, ol {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}
ol li {
	list-style: decimal; 
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
ul li {
	margin: 0px 0px 0px 10px;
	background: url(/images/built-point.png) no-repeat left 5px;
	line-height: 15px;
	padding: 0px 0px 0px 10px;
}
strong {
	color:#4c4c4c;
}
H1 {
	font-size: 24px;
	color: #00c631;
	font-weight: normal;
	border-bottom: 1px dashed #00c631;
	margin: 10px 0px;
}
h1 small {
	color: #999;
	font-size: 12px;
}
H2 {
	font-size: 16px;
	color: #00c631;
	font-weight: bold;
}
H3 {
	font-size: 14px;
	color: #00c631;
	font-weight: bold;
}
A {
	color: #555;
	outline: none;
}
TH {
	color: #00c631;
	font-weight: bold;
}
TH.right {
	text-align: right;
}
input, textarea, select  {
	font: 12px Arial, Helvetica, sans-serif;
}

table.forms TH, table.forms TD {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 3px;
}

table.forms TH {
	background-color: #00c631;
	color: #FFF;
	line-height: 16px;
}

table.list TH {
	font-weight: bold;
}
table.list TR {
	border-bottom: 1px dashed #EEE;
}
table.list TH, table.list TD {
	padding: 1px;
	vertical-align: middle;
}

table.forms table TH, table.forms table TD {
	padding: 0px;
}

table.forms table TR {
	border: 0px;
}

a img {
	border: none;
}
.overflow {
	overflow: hidden;
}

.error {
	color: #F00;
	font-weight: bold;
}

.green {
	color: #00c631;
}

.nowrap {
	white-space: nowrap;
}

