/* CSS Document */

.tableheader
{
	background: #AEACB9 url("../images/tables/table_header.gif") repeat-x;
	border: outset 2px;
	text-align: center;
}

.tableborder
{
	border: ridge 2px;
}

.tablesubheader
{
	background: #3689A3 url("../images/tables/sub_header.gif") no-repeat;
	border: outset 1px;
	text-align: left;
}

td.colhead, .colhead td
{
	background: #DEE0E2 url("../images/tables/col_header.gif");
	border: outset 1px;
	padding: 2px 4px 2px 4px;
	font-weight: bold;
}

/* First alternating background color */
.alt1
{
	color: #001F30;
	background: #EEEEEE;
}

/* Second alternating background color */
.alt2
{
	color: #001F30;
	background: #F6F6F6;
}

