/******* Table Components ***********************************************/


table, td {
 	font-family:Arial,Helvetica,sans-serif;
 	font-size:12px;
 	line-height:16px;
 	color:#61656A;
 }

th {
 	font-family:Arial,Helvetica,sans-serif;
 	font-weight:bold;
 	font-size:12px;
 	color:#204591;
 	vertical-align:top;
 	padding:3px 0px 3px 0px;
	border-bottom:1px solid #204591;
}

.left {
 	text-align:left;
 }
 
.right {
  	text-align:right;
}

.bottomborder {
	border-bottom:1px solid #EFF0F2;
}

.vbottom {
 	vertical-align:bottom;
 }
	
table p {
	margin: 5px 0 5px 0;
}

table.boerse, td.boerse {
	font-family:Arial,Helvetica,sans-serif;
 	font-size:12px;
 	line-height:16px;
 	color:#61656A;
	background:none;

	}
td.boerse {
	background: none;
	vertical-align: top;
	font-family:Arial,Helvetica,sans-serif;
 	font-size:12px;
 	line-height:16px;
 	color:#61656A;
	border-left:1px solid #e0e5ef;
	border-top:1px solid #e0e5ef;
	border-right:1px solid #e0e5ef;
	}	
	
td.darkblue {
	background: #204591;
	color: #fff;
	}


td.lightblue {
	background: #c5cfe3;
}
.center {
	text-align:center;
}
.hborder {
	border-bottom:1px solid #e0e5ef;
	}
