body {
	margin: 0px; /* Used here for IE & Mozilla */
	padding: 0px; /* Used here for Opera */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a:link { text-decoration: none; color: #336666; }
a:visited { text-decoration: none; color: #336666; }
a:hover { text-decoration: underline; color: #000000; }
.form_input {
	border: 1px outset #336666;
	background-color: #EEEEEE;
	color: #336666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336666;
}
.subsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336666;
}

/*** Page footer. ***/
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
a.footer:link { font-style: normal; text-decoration: none; color: #666666; }
a.footer:visited { font-style: normal; text-decoration: none; color: #666666; }
a.footer:hover { font-style: normal; text-decoration: underline; color: #333333; }

/*** Taming unordered lists. ***/
ul {
padding: 4px;
margin: 2px;
}
li {
mgin-bottom: 10px;
}
.featurecol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}
