	
/* Updateable regions section... */

select {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #4D6F4C;
background: #FFFFFF;

}


textArea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #4D6F4C;
background: #FFFFFF;

}

Input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #4D6F4C;
}

.InputButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #4D6F4C;
background: #FFFFFF;
}

.InputCapitalize {
	text-transform:capitalize;
	
}
.InputUppercase {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #4D6F4C;
background: #FFFFFF;
text-transform: uppercase;
}




/* Popup window parameters */

#Popup {
	margin:10 10 10 10;
	padding:0;
	background-color:#C5D1C5;
	min-width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #4D6F4C;
}

.PopupText {
	font-size: 13px;
	font-weight:600;
	line-height: normal;
	color: #FFF;
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	margin: 0 0 4px 0;
	padding: 0;
	letter-spacing: 1;
}


#mainContent {
	background-color:#6C76D6;
 	margin-left: 187px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #262573;
}

#EmailTemplate {
	background-color:#C5D1C5;
 	margin-left: 40px;
	margin-right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #4D6F4C;
}
#EmailTemplate a { /* Default Link format */
	color: #FFFFFF;
	border-bottom: 2px dotted #FFFFFF;
 	text-decoration: none;
	font-weight: bold;
	}			
#EmailTemplate a:visited, #EmailTemplate a:hover {  /* Default Visited Link format */
	color: #4D6F4C;
	border-bottom: 2px dotted #4D6F4C;
	text-decoration: none;
	font-weight: bold;
	}	
#EmailTemplate a.revlink {
	color: #6F8B6F;
	border-bottom: 2px dotted #6F8B6F;
 	text-decoration: none;
	}		

.EmailText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #4D6F4C;
}

.TextUppercase{
	text-transform: uppercase;
}

