html {
	margin: 0;
}
body {
	margin: 0;
	background-color: #6E6E6E;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #0066CC;
}
h1 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin: 3px 0 10px 0;
}
#box {
	padding: 10px 12px 0 13px;
}
.sub-input {
	font-family: Tahoma;
	font-size: 11px;
	color: #0066CC;
	border: 1px solid #0099FF;
}
.dom-input {
	font-family: Tahoma;
	font-size: 11px;
	color: #1FAF40;
	border: 1px solid #1FAF40;
}
.text-footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
a.footer-links {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
}
.biggerred {
	font-family: Tahoma;
	font-size: 19px;
	color: #C52425;
	text-decoration: none;
	font-weight: bold;
}
.bigred {
	font-family: Arial;
	font-size: 14px;
	color: #C52425;
	text-decoration: none;
	font-weight: bold;
}
.smallred {
	font-family: Tahoma;
	font-size: 12px;
	color: #C52425;
	text-decoration: none;
	font-weight: bold;
}
.blueborder {
	border: 1px solid #00608D;
}
.lightblueborder {
	border: 1px solid #0E6FCD;
}
.lightgreyborder {
	border: 1px solid #CFCFCF;
}
.bluebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0E6FCD;
	text-decoration: none;
}
#plantitle {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #0E6FCD;
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 3px;
}
.blueregular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #00608D;
	text-decoration: none;
}
.leftsideborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
.bluelink-small-bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0E6FCD;
	text-decoration: none;
}
a.bluelink-small-bold:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0E6FCD;
	text-decoration: underline;
}
.redlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C52425;
	text-decoration: none;
}