﻿@charset "utf-8";

table.tbl_dotted_2 th{
	margin: 0px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	font-size:80%;
	font-weight:bold;
	empty-cells:hide;
}

table.tbl_dotted_2 td{
	margin: 0px;
	padding: 5px;
	border-width: 1px;
	border-style: dotted;
	border-color: #CCCCCC;
	font-size:80%;
	text-align:center;
	vertical-align:middle;
}