/* -------------------Fonts---------------------------*/

.headings_black {
	font-size: 12px;
	color: #000;
}

.body_content {
	font-size: 11px;
	color: #000;
}

.body_content A:link {text-decoration: none; color: #000;}
.body_content A:visited {text-decoration: none; color: #000;}
.body_content A:active {text-decoration: none; color: #000;}
.body_content A:hover {text-decoration: underline; color: #000;}

.body_content_blue {
	font-size: 11px;
	color: #1762d3;
}

.body_content_blue A:link {text-decoration: none; color: #1762d3;}
.body_content_blue A:visited {text-decoration: none; color: #1762d3;}
.body_content_blue A:active {text-decoration: none; color: #1762d3;}
.body_content_blue A:hover {text-decoration: underline; color: #1762d3;}

.body_content_red {
	font-size: 11px;
	color: #ba0000;
}

.body_content_red A:link {text-decoration: none; color: #ba0000;}
.body_content_red A:visited {text-decoration: none; color: #ba0000;}
.body_content_red A:active {text-decoration: none; color: #ba0000;}
.body_content_red A:hover {text-decoration: underline; color: #ba0000;}

.left_content {
	font-size: 10px;
	color: #000;
}

.left_content A:link {text-decoration: none; color: #000;}
.left_content A:visited {text-decoration: none; color: #000;}
.left_content A:active {text-decoration: none; color: #000;}
.left_content A:hover {text-decoration: underline; color: #000;}

.left_content_blue {
	font-size: 10px;
	color: #1762d3;
}

.left_content_blue A:link {text-decoration: none; color: #1762d3;}
.left_content_blue A:visited {text-decoration: none; color: #1762d3;}
.left_content_blue A:active {text-decoration: none; color: #1762d3;}
.left_content_blue A:hover {text-decoration: underline; color: #1762d3;}

.left_content_blue_head {
	font-size: 12px;
	color: #1762d3;
}

.left_content_blue_head A:link {text-decoration: none; color: #1762d3;}
.left_content_blue_head A:visited {text-decoration: none; color: #1762d3;}
.left_content_blue_head A:active {text-decoration: none; color: #1762d3;}
.left_content_blue_head A:hover {text-decoration: underline; color: #1762d3;}

.left_content_red {
	font-size: 10px;
	color: #ba0000;
}

.left_content_red {text-decoration: none; color: #ba0000;}
.left_content_red A:visited {text-decoration: none; color: #ba0000;}
.left_content_red A:active {text-decoration: none; color: #ba0000;}
.left_content_red A:hover {text-decoration: underline; color: #ba0000;}

.disclamer {
	font-size: 10px;
	color: #c2c2c2;
}

.disclamer A:link {text-decoration: none; color: #c2c2c2;}
.disclamer A:visited {text-decoration: none; color: #c2c2c2;}
.disclamer A:active {text-decoration: none; color: #c2c2c2;}
.disclamer A:hover {text-decoration: underline; color: #c2c2c2;}

.footer {
	font-size: 9px;
	color: #000;
}

.footer A:link {text-decoration: none; color: #000;}
.footer A:visited {text-decoration: none; color: #000;}
.footer A:active {text-decoration: none; color: #000;}
.footer A:hover {text-decoration: underline; color: #000;}

.border_email{
  font-size:9pt;
  background-color:#e1f8fe;
  font-weight: bold;
  border: 1px solid #9cc9fb;
  color:#000;
}