h1, h2, h3, h4, h5, hr {
	color: #FF0000;
}
.basiccontenttable tr {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF0000;
}
.basiccontenttable td {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FF0000;
	vertical-align: top;
	padding-right: 8px;
	padding-bottom:16px;
	padding-top:8px;
}

.ListColor
{
	color: #FF0000;
}

/* BEGIN Membership Application */
.join-naemt input[type=text] {
	height: 16px !important;
}
.application-selector {
	margin:0px !important;
	padding:0px !important;	
}
.application-selector input {
	float:left;
}
.application-selector li {
	list-style: none;
	padding-bottom: 5px;
}

label.disabled {
	color: gray;
}
/* END */
