html, body, .everything {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

a:hover {
	color: #FF0000;
}

.content {
	margin: 15px 35px 10px 35px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	line-height: 23px;
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.images {
	margin-right: 25px;
	margin-bottom: 15px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.requiredOR {
	color: #FF9900;
	font-weight: bold;
}

.product {
	font-size: 12px;
	background-color: #FFFFCC;
	padding: 5px;
	padding-left: 9px;
	border: 1px solid #ffcc00;
	margin: 0px 0px 20px 0px;
}

.warning {
	font-size: 11px;
	background-color: #FFFFCC;
	padding: 5px;
	padding-left: 9px;
	border: 1px solid #ffcc00;
	margin: 0px 0px 20px 0px;
}

.footer a:link {
	color: #FFFFFF;
}

.footer a:visited {
	color: #FFFFFF;
}

.footer a:hover {
	color: #FFFFFF;
}

#lists {
	margin: 0px;
	padding: 0px;
}

#lists li {
	margin-bottom: 3px;
	padding-left: 25px;
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	list-style: none;
	list-style-position: inside;
}

#request td {
	padding-bottom: 4px;
}

#request textarea {
	white-space: pre;
}

#request .fieldname {
	width: 130px;
	vertical-align: top;
	padding-top: 3px;
}

#request .field {
	
}

#request #buttons {
	text-align: right;
}