html, body {
	margin: 0px;
	padding: 0px;
}

/* commented backslash hack v2 \*/
html, body, .fit-screen { height:100%; }
/* end hack */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #007197;
}

.small-text {
	font-size: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p:first-child {
	margin-top: 0px;
	padding-top: 0px;
} 

p:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

.contact-content {
	padding: 48px 56px 0px 46px;
}

.qualify-content td, .contact-content td {
	font-size: 11px;
	color: #FFFFFF;
}

form {
	margin: 0px;
	padding: 0px;
}

.inputs {
	width: 180px;
	background-image: url(images/bg.input.gif);
	border: 1px solid #000000;
	background-repeat: repeat-x;
	background-position: bottom;
}

.textboxes {
	width: 385px;
	height: 60px;
	background-image: url(images/bg.textbox.gif);
	border: 1px solid #000000;
	background-repeat: repeat-x;
	background-position: bottom;
}
