/* STYLE 1 */
.table_style1 table
{
	width: 100%;
	border: 1px solid #000000;
}

.table_style1 thead td
{
	background-color: #e7e7e7;
	color: #000000;
	font-weight: bold;
	padding: 5px;
}

.table_style1 tr:hover
{
	background-color: #e7e7e7;
}

/* STYLE 2*/
.table_style2 table
{
	border: 1px solid #000000;
	margin-left: 15px;
}

.table_style2 thead td
{
	background-color: #e7e7e7;
	color: 000000;
	padding: 5px;
	font: normal 14px Verdana;
	font-weight: bold;
	text-align: center;
}

.table_style2 tbody td
{
	color: #000000;
	padding: 2px;
}

.table_style2 tbody th
{
	background-color: #e7e7e7;
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.table_style2 tr:hover
{
	background-color: #e7e7e7;
}

#table_index
{
	margin: auto;
	background-color: #FFFFFF;
	width: 650px;
	height: 335px;
}
