@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:#0663a7;
	border-bottom-style:solid;
	padding-bottom:2px;
	padding-top:2px;
width:100px;
vertical-align:top;
	
	
}
#border-table tr:first-child td{
	border-top:1px;
	border-top-color:#0663a7;
	border-top-style:solid;
	
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0663a7;
	font-weight: bold;
	line-height:24px;
}


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

}
.bold-blue{
	font-weight: bold;
	color: #0D9487;
}
	
.sidebar{
	font-size:18px;
	
	color:#f49F20;
	line-height:20px;
	
	
}
	
.link{
	color:#0663a7;
	
	
}