/* 
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/
table {
	border-collapse: collapse;
	border: 1px solid #03476F;
	color: #363636;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
	border: 1px dotted #03476F;
	padding: 2px;
	color: #363636;
	font-size: 16px;
	line-height: 30px;
  }

