@charset "utf-8";

body {
	margin:15px;
	padding:0px;
	color:#000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11pt;
	line-height:1.5em;
}

.table tr td {
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}

.table {
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	border-left-color: #666;
	border-top-color: #666;
	font-size: 12px;
}
.table_side {
	padding-left: 15px;
	font-style: normal;
	font-weight: bold;

	color: #333;
}
.table_side1
{	padding-left: 15px;
	font-style: normal;
	font-weight: bold;
	background: #eee;
	color: #333;
}

.table_heads {
	background-color: #BAFF71;
}
