body {
	background-color: #FFFFFF;
}

p {
	width: 710px;
}
p,li,input,textarea,th,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

ul {
	list-style-type: disc;
	
}
li {
	list-style-position: inside;
	text-indent: 10px;
}

#content {
	clear: none;
	padding: 10px 0px;
	float: left;
	position: relative;
	width: 710px;
	left: 20px;
}

div.horzbreak {
	clear: both;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #FF0000;
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009999;
}

table {
	margin: 10px;
	padding: 5px;
	float: none;
	width: 80%;
	border: 1px groove #999999;
}

th { border-bottom: 2px solid #0000CC; }
th,td {
	width: 30%;
}
tr {
	vertical-align: top;
}

a:link, a:visited { color: #0000FF; text-decoration: none; }
a:hover, a:active { color: #FF0000; text-decoration: underline; }
