table, th, td {
	border: 1px solid #666;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	color: #555;
	font-size:11px;
}

caption {
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px 4px;
}

thead th {
	text-align: center;
	background: #000;
	color: #ffffff;
	font-size: 110% !important;
}

thead tr.subheading th{
background-color:#555;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}




table.nostyle, .nostyle th, .nostyle td {
	border: none;
	font-family: Arial, sans-serif;
	color: #555;
	font-size:11px;
	background-color:transparent;
}

.nostyle thead tr.subheading th {
background-color:transparent;
}

.nostyle tbody tr { background:transparent; }

.nostyle tbody tr.odd { background:transparent; }

table.nostyle tbody tr td p {
	font-size: 100%;
}