/***********************************************/
/* tables.css                                  */
/* Table Formatting Style Sheet for            */
/* http://www.codegurus.co.uk                  */
/* version 1.0 11/06/2004                      */
/***********************************************/

table {
	border: none;
	margin: 0px 0px 10px 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}

thead {
	font-size: 100%;
	font-weight: 400;
	font-style: italic;
	color: #666;
	background-color: #FFF;
	padding: 4px 4px 4px 4px;
	border: none;
}

tfoot {
	font-size: 100%;
	font-weight: 400;
	font-style: italic;
	color: #666;
	background-color: #FFF;
	padding: 4px 4px 4px 4px;
	border: none;
}

th {
	font-size: 90%;
	font-weight: 400;
	font-style: italic;
	background-color: #CCC;
	padding: 4px 4px 4px 4px;
	color: #666;
	border: solid 1px black;
}

td {
	font-size: 90%;
	font-weight: 400;
	font-style: normal;
	background-color: #FFF;
	padding: 4px 4px 4px 4px;
	color: #999;
	border: solid 1px black;
}

td a, td a:link, td a:visited, td a:hover {
	color: #666;
	text-decoration: underline;
	font-size: 90%;
	font-weight: 400;
}
