@charset "utf-8";
/* CSS Document */



/*----- table style1 ----*/

TABLE.table1{
	text-align: left;
	border: 1px solid #ccc;
	margin: 0;	}

TABLE.table1 th{
	color: #fff;
	font-size: 75%;
	text-align: left;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #0E0E54;	}
		
TABLE.table1 td{
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;	}

TABLE.table2{
	text-align: left;
	border: 1px solid #ccc;
	margin: 0;	}

TABLE.table2 th{
	color: #fff;
	font-size: 75%;
	text-align: left;
	padding: 2px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #A80000	}
		
TABLE.table2 td{
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;	}

/*----- table style no border----*/

TABLE.tableNoBorder{
	text-align: left;
	border: none;
	margin: 0;	}

TABLE.tableNoBorder th{
	color: #fff;
	font-size: 75%;
	text-align: left;
	padding: 2px;
	vertical-align: top;
	border-bottom: none;
	background-color: #A80000	}
		
TABLE.tableNoBorder td{
	padding: 2px;
	text-align: left;
	vertical-align: top;
	border-bottom: none;
	border-right: none;	}
	
/*----- table cell colours ----*/

TABLE td.TablecCellBlue{
	color: #fff;
	background-color: #0E0E54;	}
	
TABLE td.TablecCellRed{
	color: #fff;
	background-color: #A80000;	}
