.BigWhite {
font-family: Tahoma; 
font-size: 18px;
color: #FFFFFF;
font-weight: bold;
}

.BigText {
	font-family: Tahoma;
	font-size: 12px;
	color: #650A18;
	font-weight: bold;
	text-align: center;
}

.BigLink {
font-family: Tahoma; 
font-size: 14px;
color: #bb3c99;
font-weight: bold;
}


.BigTitle {
font-family: Tahoma; 
font-size: 15px;
color: #008478;
font-weight: bold;
}

.FaqText {
color: #008478;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}

.MngText {
font-family: Tahoma; 
font-size: 12px;
color: #F09;
}

.TourText {
font-family: Tahoma; 
font-size: 12px;
color: #f5c30a;
}

.TourDate {
font-family: Tahoma; 
font-size: 12px;
color: #fef563;
font-weight: bold;
}

.TourTitle {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.HomeDate {
font-family: Tahoma; 
font-size: 10px;
color: #550331;
font-weight: bold;
}

.MainText {
font-family: Tahoma; 
font-size: 11px;
color: #650A18;
}

body { 
font-family: Tahoma; 
font-size: 12px; 
color: #650A18;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #FFFFFF;
}

A:link {
color: #009386;
font-size: 12px;
text-decoration: none;
}

A:visited {
color: #009386;
font-size: 12px;
text-decoration: none;
}

A:active {
color: #009386;
font-size: 12px;
text-decoration: none;
}

A:hover {
color: #00a899;
font-size: 12px;
text-decoration: underline;
}


/**** MEMBER CONTROLS VIEW SPECIFIC ****/

.memberControls {
#margin:0 10%;
}

.memberControls label {
display:inline-block;
width:40%;
text-align:right;
padding: 5px;
font-family: Tahoma; 
font-size: 11px;
font-weight: bold;
color: #650A18;
}

.memberControls .row {
margin-bottom:15px;
}

.memberControls .row table,
.memberControls .header_row table {
width:100%;
}

.memberControls .hiddenrow {
#display:none;
}

.memberControls select{
margin-left:0;


}

.memberControls input {
width:200px;
margin-left: 0;
height:100%;
text-align:left;
}

.memberControls span.validation_notice {
display:block;
margin-top:4px;
font-size:9px;
color:#FF4444;
text-align:center;
}

.memberControls input.validateInvalid {
border-color:red;
background-color:#FFCCCC;
}

.memberControls input.validateValid {
border-color:#22AA22;
}

.memberControls input.checkbox {
width:auto;
height:auto;
}

.memberControls .staticField {
font-family: Tahoma; 
font-size: 11px;
font-weight: bold;
color:#FFB227;
}