/* CSS Document */
/*
=Start table structure
*/
#Summary, #Caption {
	width: 28em;
	font-weight:bold;
}

.tableStyle {
	width: auto;
	margin: 1em 0 1em 1px;
	border: solid #666;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
}

.tableStyle th, .tableStyle td {
	border: solid 1px #666;
	border-width: 0 1px 1px 0;
	padding: 0.2em;
	vertical-align: top;
	text-align:left;
}
/*
=End table structure
*/

/*
=Start grey colour scheme
*/
.greyScheme, .greyScheme th, .greyScheme td {
	border-color: #666;
}

.greyScheme .even {
	background-color: #E3F6FE;
}

.greyScheme th, .greyScheme thead td {
	background-color: #CCCCCC;
}

.greyScheme th.firstColumn {
	background-color: #D1D1D1;
}
/*
=End grey colour scheme
*/
td a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

img{
border:0;
}
