
html, body{
	margin				: 0px;
	padding				: 0px;
	color				: #000;
	background-color	: #fff;
	background			: url(http://www.dnsacidtest.com/images/bg_head.gif) repeat-x;
	height				: 100%;
}

a {
	text-decoration: none;
}

.bigtitle {
	font-family: "System", Courier;
	font-size: 48px;
	color: #000000;
	text-decoration: none;
}
.bigtitleGreen {
	color: #1D9920;
}

.title {
    background: #4AD94D;
    text-align: left;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
	font-family: Verdana, Sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}

.deftxt {
	font-family: Verdana, Sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: none;
}

.smalltxt {
	font-family: Verdana, Sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}

.deflinks {
	font-family: Verdana, Sans-serif;
	font-size: small;
	color: #0000CC;
	text-decoration: none;
}

.deflinks:hover {
	font-family: Verdana, Sans-serif;
	font-size: small;
	color: #0099FF;
	text-decoration: none;
}

.error {
	font-family: Verdana, Sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.warning {
	font-family: Verdana, Sans-serif;
	font-size: small;
	font-weight: bold;
	color: orange;
	text-decoration: none;

}

.rbl {
	font-family: Verdana, Sans-serif;
	font-size: small;
	color: #FF0000;
	text-decoration: none;
}
.rbl a {
	font-family: Verdana, Sans-serif;
	font-size: small;
	color: #FF0000;
	text-decoration: none;
}

.mailin {
	font-family: Lucidia Console, Courier;
	font-size: small;
	color: #0000FF;
	text-decoration: none;
}

.mailout {
	font-family: Lucidia Console, Courier;
	font-size: small;
	color: #00AA00;
	text-decoration: none;
}

.formbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/images/shade.gif) repeat-x left top;
}

.resulttable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 600px;
}

.resulttable th {
    font-family: Verdana, Sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background: #4AD94D;
	text-align: left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-left: 5px;
}

.resulttable tr {
	vertical-align: top;
}
.resulttable tr.alt {
	background: #C8FECA;
	vertical-align: top;
}

.resulttable td {
    font-family: Verdana, Sans-serif;
    font-size: small;
    color: #000000;
}

.loadingMessage {
	border: 0px;
	padding: 0px;
	width: 230px;
	height: 40px;
	z-index: 1;
	text-align: center
	vertical-align: middle;
	border: 1px dashed black;
	background: #DDFFDD;
	position: absolute;
}
