.newsletter_table {
	background-color: #003399;
	font: 13px arial,helvetica;
}

.newsletter_table input {
	padding: 7px;
}

.newsletter_table select {
	padding: 7px;
	font-size: 13px;
}

.newsletter_hdr_row {
	background-color: #163A82;
	color: #FFFFFF;
	font-size: 18px;
	height: 40px;
}

.newsletter_title_row {
	background-color: #DDCB9A;
	color: #000000;
	height: 40px;
}

.newsletter_error_row {
	font-weight: bold;
	background-color: #E8B2C0;
	color: #000000;
	height: 40px;
}

.newsletter_row {
	background-color: #F4F4F2;
	color: #666666;
	height: 40px;
}

.newsletter_button {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #163A82;
	border: 1px solid #003399;
	margin: 0px;
	padding: 0px;
}

