body, td {
	font-family : Tahoma, sans-serif ;
	font-size : 10pt;
	color: black;
}

p {
	font-family : Tahoma, sans-serif ;
	font-size : 10pt;
	text-decoration: none;
	color: black;
	font-weight: bold;

}

h1 {
	font-family : Tahoma, sans-serif ;
	font-size : 12pt;
	text-decoration: bold;
	color: #f70506;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #f70506;
	font-weight: bold;
}

a:hover {
	text-decoration: underline overline;
	color: #f70506;
	font-weight: bold;
}
.listing {
	font-family : Tahoma, sans-serif ;
	font-size : 10pt;
	color: black;
	font-weight: bold;
}
.listing_a {
		font-family : Tahoma, sans-serif ;
	font-size : 10pt;
	color: black;
	font-weight: bold;
}
.listing_var {
		font-family : Tahoma, sans-serif ;
	font-size : 10pt;
	color: black;
	font-weight: bold;
		background-color: white;
}