.colorbox{}

body, table, input, textarea, select, p{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #333333;
}

p{
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
	font-weight: normal;
	line-height: 115%;
}

h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 38px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: normal;
	line-height: 115%;
}
h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
	font-weight: normal;
	line-height: 115%;
}
h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
	font-weight: normal;
	line-height: 115%;
}
h4, h5, h6{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-weight: normal;
}




.text_grey_20 {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	color: #5F5F5F;	
	text-decoration: none;
}
.text_grey_16 {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #5F5F5F;	
	text-decoration: none;
}
.text_grey_12 {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #5F5F5F;	
}
.text_black_12 {
	font-family: 'PT Sans', sans-serif;
	font-size: 12px;
	color: #000000;	
}


.title_black_50 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	color: #000000;
	line-height: 100%;
	text-align:center;
}
.title_black_45 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 45px;
	color: #000000;
	line-height: 110%;
}
.title_black_38 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 38px;
	color: #000000;
}
.title_black_32 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	color: #000000;
}

.title_strip_grey {
	background-image: url(../pictures/title_strip_grey.png);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.title_strip_grey_inside {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 38px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px 25px 0px 25px;
}

.title_grey_22_link {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #5F5F5F;	
	text-decoration: none;
}
A.title_grey_22_link:active, A.title_grey_22_link:visited, A.title_grey_22_link:link {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #5F5F5F;
	cursor: pointer;
	text-decoration: none;
}
A.title_grey_22_link:hover {
	color: #999999;
	cursor: pointer;
	text-decoration: none;
}





.services_link_16 {       
    font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #0086C9;
	line-height: 110%;
	text-align: center;
	margin-bottom: 8px;
}
A.services_link_16:active, A.services_link_16:visited, A.services_link_16:link {
    font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #0086C9;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
A.services_link_16:hover {
	color: #0086C9;
	cursor: pointer;
	text-decoration: none;
	opacity: 0.8;
}
A.services_link_16:hover img {
	opacity: 0.8;
}
.services_link_img {
	margin-bottom: 8px;
}	





.content_box_table {
	margin-bottom: 50px;
}
.content_services_table {
	margin-bottom: 35px;
}




.photo_left {
	FLOAT: left;
	border: 1px solid #B2B2B2;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.photo_right {
	FLOAT: right;
	border: 1px solid #B2B2B2;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}	
.photo_board {
	border: 1px solid #B2B2B2;
	FLOAT: none;
	MARGIN:  0px;
}

.photo_circle {
	FLOAT: none;
	MARGIN:  0px;
	border-radius: 100%;
}

.table {
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 15px;
}
.table td{
	border: 1px solid #B2B2B2;
	padding: 4px 8px 4px 8px;
}

.mceContentBody .interestfacts_text{
	background:#666;
}

.interestfacts_text{
	color: #ffffff;
font-family: "Roboto Condensed",sans-serif;
font-size: 31px;
line-height: 115%;
}

@media screen and (max-width:768px) {
.title_black_50 {
	margin-top:0px;
}
}