@CHARSET "ISO-8859-1";
.table_list {
	border: 0px #000000;
	width:100%;
}

.table_list th {
	border-width: solid 1px;
	padding: 5px 5px 5px 5px; !important;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	font-family:verdana, arial;
	font: bold;
	font-size:19px
}

.table_list td {
	border-width: 0px;
	padding: 10px 10px 10px 10px; !important;
	border-style: solid;
	border-color: gray gray gray gray;
	font-family:sans-serif, verdana, arial;
	font: bold;
	font-size:14px
}


a.table_list {
	font: bold;
	text-decoration:none;
}
	


a.table_list:hover{
	text-decoration:underline;	 !important;
}





