@charset "UTF-8";
/* CSS Document */



table {
	border-collapse: collapse;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 14px;
	margin-left: 0em;
	float:left;
}

thead { background: none; } 
tbody { background: none; } 

th {
	color:#F39;
	font-size:12px;
	margin-bottom: 2px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	text-align:left;
	padding: 10px;
	border-right-color: #CCC;
	border-left-color: #CCC;
	}


td {
	padding: 10px;
	font-size: 11px;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;	
}


.colomn_centre{
	text-align:center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
}

.column{
	text-align:center;
}

.column_end{
	text-align:center;
	border-left:thin dotted #CCC;
}
