a {
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: red;
	text-decoration: underline;
}

table.resultOutFrame {
	border-style: solid;
	border-width: 0px;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

table.resultFrame {
	border-style: solid;
	border-width: 0px;
	border-color: black;
	padding: 0px;
	margin: 0px;
}

td.separate {
	padding: 0px;
	margin: 0px;
}

td.header {
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	background-color: #CCFFCC;
}

td.body {
	font-size: 10pt;
	padding: 2px;
	vertical-align: top;
	background-color: white;
}

span.zip_code {
	font-size: 9pt;
}

span.number {
	font-size: 9.5pt;
}

#have_occluzer {
	background-color: #FFCCCC;
}

#none_occluzer {
	background-color: white;
}
