.title {
	font-family: Tahoma;
	color: #032392;
	font-size: 13px;
	background-color: #D8E8FC;
	font-weight: bold;
	height: 20px;
	text-align: center;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #0C4489;
	border-right-color: #0C4489;
	border-bottom-color: #0C4489;
	border-left-color: #0C4489;
	padding: 2px;
}
.head-row {
	font-family: Tahoma;
	color: #032392;
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #95C4FC;
	font-weight: bold;
	height: 20px;
	text-align: center;
}
.odd-row {
	font-family: Tahoma;
	color: #032392;
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	height: 20px;
	text-align: center;
	background-color: #e7f1fd;
}
.even-row {
	font-family: Tahoma;
	color: #032392;
	font-size: 13px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #D6E8FE;
	height: 20px;
	text-align: center;
}
.table {
	margin: 2px;
	padding: 2px;

	width: 95%; 
	width: 90%;
}
