/*results table*/
.results {
	width: 100%;
	margin-bottom:20px;
}


.results p{
	margin:0px;
}

.results table {
	border: 1px solid #000033;
	font-size: small;
}

.results th {
	text-align:left;
	background-color: #ECECEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	font-size: small;
	vertical-align: top;
}

.results td {
	border-top-color:#000033;
	border-top-style:solid;
	border-top-width:1px;
	font-size: small;
	vertical-align: top;
}


.results caption {
	text-align:left;
	padding: 5px;
	line-height: 25px;
	font-weight: bold;
}	

.accesskey {
	color: #EC0000;
	font-weight: bold;
}

#tandc ul li
{
list-style: none;
padding: 0;
margin: 0;
} 
