body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}
h1 {
	font-size: large;
	color: #333333;
	padding: 0px;
	margin-top: 12px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}
p {
	font-size: small;
	margin: 0px 8px 10px;
	padding: 0px;
	clear: both;
}
h3 {
	font-size: medium;
	color:#993333;
	padding: 0px;
	margin-top:8px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}
h4 {
font-size: medium;
	color:#993333;
	padding: 0px;
	padding: 0px;
	margin-top:12px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.small {font-size: small}
.name {
	font-weight: bold;
	color: #993333;
}
input.wide {
	width:450px;
}
textarea.wide {
	width:450px;
}
	.underline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
ul {
	font-size: small;
}
a:link, a:visited {
text-decoration:none;
}
a:link {
color:#000066;
}
a:visited {
color:#660066;
}
a:hover {
color:#660000;
text-decoration:underline;
}
a:active {
color:#990000;
}
td.cb {
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	padding-left:8px;
	padding-right:8px;
}
img.pad_right {
	padding-right:8px;
}