@charset "UTF-8";
/* CSS Document */

#border-table{
	margin-top:5px;
	font-size:11px;
	
	line-height:12px;
	
	}
#border-table td{
	border-bottom:1px;
	border-bottom-color:#0D9487;
	border-bottom-style:solid;
	padding-bottom:2px;
	padding-top:2px;
	width:100%;
	
	
}
#border-table tr:first-child td{
	border-top:1px;
	border-top-color:#0D9487;
	border-top-style:solid;
	
}

.headline-3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D9487;
	font-weight: bold;
	line-height:15px;

}
.bold-blue{
	font-weight: bold;
	color: #0D9487;
}

.link{
	color:#0D9487;
	font-weight: bold;	
	
}
.link:hover{
	color:#000000;
	
}

