BODY {
    margin: 10px 0px 10px 0px;
    background-image:url(iface/back2.png);
    background-repeat:repeat;
    background-attachment:fixed
    }

a:link {
	text-decoration: none;
	color: #000080;
    }
a:visited {
	text-decoration: none;
	color: #004080;
    }
a:hover {
	text-decoration: none;
	color: #804000;
    }
a:active {
	text-decoration: none;
	color: #004080;
    }
.login {
    font-family: verdana, arial, tahoma;
    font-size: 9px;
    font-weight: bolder;
    color:#004080;
    }
.login2 {
    font-family: verdana, arial, tahoma;
    font-size: 9px;
    font-weight: bolder;
    color:#000000;
    }
.norm {
    font-family: verdana, arial, tahoma;
    font-size: 13px;
    color:#000000;
    }
.norm_wh {
    font-family: verdana, arial, tahoma;
    font-size: 13px;
    color:#ffffff;
    }
.norm_sml {
    font-family: verdana, arial, tahoma;
    font-size: 11px;
    font-weight: bold;
    color:#004080;
    }
.norm_tiny {
    font-family: verdana, arial, tahoma;
    font-size: 9px;
    color:#004080;
    }
.foottext {
    font-family: verdana, arial, tahoma;
    font-size: 10px;
    color:#ffffff;
    }
.smaller {
    font-family: verdana, arial, tahoma;
    font-size: 10px;
    color:#000000;
    }
.heading {
    font-family: verdana, arial, tahoma;
    font-size: 20px;
    color:#000000;
    }
.subhead {
    font-family: verdana, arial, tahoma;
    font-size: 20px;
    color:#ffffff;
    }
.input {
    width:100%;
}
#contact_us_form {
	font-size: 11px;
	position: relative;
	margin: 5px;
	padding-top: 5px;
}
.row {
	height: 25px;
	position: relative;
	margin: 3px;
}
.row a {
	position: absolute;
	left: 80px;
	vertical-align: middle;
}
.row label {
	position: absolute;
	right: 310px;
	vertical-align: middle;
	text-align: right;
}
.row input {
	position: absolute;
	left: 132px;
	vertical-align: middle;
}
.row textarea {
	position: absolute;
	left: 132px;
}
.row select {
	position: absolute;
	left: 233px;
	bottom: 7px;
}
.row div {
	position: absolute;
	right: 5px;
}
.row div label {
	position: static;
	margin-left: 5px;
}
.row div input {
	position: static;
}

.spacer { clear: both; height: 0px; }
.center { text-align:center; }
.required { color:#CC0000; font-size:80%; }
.message { color: #0D5F29; }
.success {
	background-color:#696;
	margin: 5px;
	padding:5px;
	font-size:14px;
	color:#fff;
}

