html{
	height: 100%;
}

body, form {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #000;
	min-height: 100%;
}

img {
	border: none;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

ul{
	margin: 0px;
	padding-left: 18px;
	list-style-image: url(../images/point.png);
}

li{
	padding: 0px;
}

.green {
	background-color: #61dc44;
}

.images {
	margin-left: 12px;
	margin-top: 12px;
}

.m3 {
	margin-left: 3px;
}

.readon {
	color: #000;
}

.sectiontableheader{
	color: #61dc44;
	font-weight: bold;
	font-size: 17px;
}

.lastrow{
	border-bottom-color: #61dc44;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.firstrow{
	border-top-color: #61dc44;
	border-top-style: solid;
	border-top-width: 1px;
}
