body, form {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: tahoma;
	font-size: 12px;
}

td, input, select, textarea {
	font-family: tahoma;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: boldest;
	margin: 0px;
}

.err {
	color: #FF0000;
}

.good {
	color: #00FF00;
}

.listtitle {
	font-size: 12px;
	color: #000066;
	text-decoration: italics;
}

.listname {
	font-size: 16px;
	color: #000066;
}