p {
	font-size: 100%;
	line-height: 150%;
}
.content p {
	padding: 5px 0px 5px 0px;
	line-height: 200%;
}
.captions {
	font-size: 90%;
	line-height: 120%;
}
.small_text {
	font-size: 90%;
	margin: 10px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.features {
	margin: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
}
.features p {
	margin: 0;
	line-height: 130%;
	padding: 0;
}
.quotes {
	font-size: 90%;
	line-height: 150%;
	color: #3399CC;
	font-style: italic;
}
.quotee {
	font-style: normal;
	color: #00CC33;
}
		
		
h1 {
	font-size: 130%;
	color: #3499CC;
	margin-bottom: 10px;
	line-height: 130%;
}

h2 {
	font-size: 110%;
	color: #01CC34;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 0 0;
	color: #01CC34;
}

h4 {
	font-size: 80%;
	font-weight: normal;
}

h5 {
	font-size: 90%;
	font-weight: normal;
}

h6 {
	font-size: 75%;
	font-weight: normal;
}


ul {
	text-align: left;
	margin: 0 0 10px 10px;
}

li {
	text-align: left;
	margin: 0 0 7px 10px;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #00CC33;
}
a:active {
	text-decoration: none;
	color: #3499CC;
}

.picfloatright {
	float: right;
	font-size: 70%;
	text-align: center;
	margin: 5px 0px 10px 20px;
}

.picfloatleft {
	float: left;
	font-size: 70%;
	text-align: center;
	margin: 5px 20px 10px 0px;
}

.table {
}

.table_smaller_text {
	font-size: 90%;
	margin: 10px 20px 20px 20px;
}

.tablesheader {
	background-color: #00CC33;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}

.tablesheader2 {
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}

.tablerows {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #00CC33;
}

.tablerows2 {
	padding: 10px 10px 10px 10px;
}

.tablerowshighlight {
	padding: 10px 10px 10px 10px;
	background-color: #FFFFCC;
	border-bottom: 1px solid #00CC33;
}

input {
	background-color: #99FF99;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}
textarea {
	background-color: #99FF99;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}

option {
background-color: #99FF99;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
}

optgroup {
	color:#FFFFFF;
	background-color: #CC0000;
    font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px;
	}


.button {
	background-color: #00CC33;
	color: #FFFFFF;
	margin-top: 20px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.resetbutton {
	background-color: #CC0000;
	color: #FFFFFF;
	margin-top: 20px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#footer p {
	color: #3499CC;
}
