/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
}
.topbar {
	color: #FFFFFF;
	font-size: small;
	background-color: #777777;
}
.topbar A:link {
	color: #FFFFFF;
}
.topbar A:hover {
	color: #9AFC9F;
}
.topbar A:visited {
	color: #FFFFFF;
}
.main {
	margin-top: 15px;
}
.main TH {
	background-color: #efefef;
}
.footer {
	color: #666666;
	background-color: #e5e5e5;
	margin-top: 25px;
	font-size: x-small;
}
.bottomlink {
	font-size: small;
	font-weight: bold;
}
.content {
	font-size: small;
}
a:link {
	color: #1B650E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #299D15;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.features {
	width: 575px;
	border: 1px solid #8EED56;
}
.features UL {
	padding-top: 10px;
	padding-bottom: 10px;
}
.features LI {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	font-weight: bold;
	color: #2E5717;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #59AF27;
}

