* {

	font-family: Verdana,Tahoma,Arial,sans-serif;

}

.noprint, #left, #header {

	display: none;

}

a, a:visited {

	color: black;
	text-decoration: none;

}


table.sbv {

	border-top: 1pt dotted #ccc;
	width: 100%;
	border-spacing: 0;
}

table.sbv th {

	background-color: #eee;
	text-align: left;
	
	padding: 1pt;
	padding-left: 3pt;
	
	border-bottom: 1pt dotted #ccc;

}

table.sbv td {
	
	padding: 3pt;
	border-bottom: 1pt dotted #ccc;
	vertical-align: top;

}


table.sbv th img {

	display: none;

}

table.sbv td.label {

	background-color: #eee;
	font-weight: bold;
	padding-left: 3pt;
	width: 100pt;
}