/* ----------------------- STANDARD TEXT ELEMENTS -------------------------*/
h1 {
	color:#666;
	margin: 0;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.5em;
	}
	
h2 {
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-size: 135%;
	color:#D11C61;
	}
	
.welcome {
	color:#FFF;
	margin: 0;
	font-weight: bold;
	font-size: 140%;
	}
	
.loc_search { font-size: 120%; }
* html .loc_search { font-size: 145%; }

.adv_search { font-size: 95%; }
* html .adv_search { font-size: 120%; }

TD { 	
	font-size: 100%;
	line-height: 150%; }
* html TD { 	
	font-size: 75%;
	line-height: 150%;
	color: #333; }
P { margin: 6px; }

.full_border {
	width: 100%;
	border: dotted 1px #ccc;
	padding: 10px;
	}