/********** GLOBAL STYLES **********/
body 
{
	font-family:Helvetica, Tahoma, Verdana, sans-serif;
}
	
* {
	margin:0px;
	padding:0px;
}
	
a {
	outline:none;
	text-decoration:none;
}
	
img 
{
	border:0px;
}
	
#content_container h1 
{
	font-size: 36px;
	color: #191611;
	font-weight: normal;
	padding-bottom: 5px;
}

#content_container h1.search_results_title
{
	font-size: 30px;
	color: #191611;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}
	
#content_container h1 .text_small 
{
	font-size:26px;
}
	
#content_container h2 
{
	font-size:18px;
	color:#191611;
	font-weight:normal;
	margin-bottom:5px;
}
	
#content_container h2 .text_small 
{
	font-size:14px;
}
	
#content_container h2.text_tracking 
{
	font-size: 30px;
	margin-bottom:5px;
	font-weight:bold;
}
	
#content_container h3 
{
	font-size:14px;
	color:#191611;
	font-weight:normal;
	margin-left: 1px;
}
	
#content_container h4 
{
	font-size:12px;
	color:#191611;
	font-weight:bold;
}
	
#content_container h4.result_title
{
	font-size:16px;
	font-weight:bold;

	text-decoration: none;
}

#content_container h4.result_title a
{
	text-decoration: none;
}

#content_container h4.result_title a:hover
{
	text-decoration: underline;
}

#content_container p.region_info
{
	color: #4F9DD1;
	margin-top: 4px;
	margin-bottom: 10px;
}

#content_container p.region_info a
{
	color: #4F9DD1;
	text-decoration: none;
}

#content_container p.region_info a:hover
{
	text-decoration: underline;
}
		
#content_container p,
#content_container table tr td
{
	margin:0px 0px 10px 0px;
	font-size:12px;
	color:#191611;
}

#content_container ul 
{
	margin:0px 0px 10px 30px;
	font-size:12px;
	color:#191611;
	font-weight:normal;
}

.error_message 
{
	font-size: 10pt;
	color: #ff0000;
	float: left;
}

.smallNotes
{
	font-size: 8pt !important;
	text-decoration: none !important;
}
