body {
	margin: 0px;
	background-color: #EEEEEE;
}

.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5983C0;
	line-height: 18px;
	padding-top: 20px;
	font-weight: bold;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding: 15px;
	background-color: #FFFFFF;
}

.input-text {
    height: 17px;
}

.input, .input-text, .input-contact, .textarea-contact {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000 ;
    border: #666666;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.input-contact {
    height: 17px;
    width: 200px;
}

.textarea-contact {
    width: 200px;
}

.error {
    color: red;
}

.small {
    font-size: 9px;
}