@charset "UTF-8";
/* CSS Document */

body, td, th {
	color: #333;
	padding: 0px;
	margin: 0px;
}
p, ul, ol {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 15px 0px 10px 0px;
	padding: 0;
	color: #666;
	font-style: italic;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #C00;
}
.features {
	font-size: 14px;
	font-style: italic;
	text-indent: 0px;
	list-style-type: square;
	list-style-position: outside;
}
