body, td {
	font-family : Verdana, Tahoma, Arial; /*"Courier New", Courier, monospace; */
	font-size : 8pt;
	color: #000000;

}

body.background{
	background: #eeeeee;
}

td.aligntop {
	vertical-align: top;
	
}
td.alignbottom {
	vertical-align: bottom;
	
}

tr.results {
	vertical-align: bottom;
}

table.quote {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}
table.quote th {
	border-width: 1px;
	border-style: inset;
	border-color: black;
}
table.quote td {
	border-width: 1px;
	border-style: inset;
	border-color: black;
	
}

font.quote {
	color: #07207b;
}

font.quote:hover{
	color: #800c0c;
}

font.quotetitle{
	font-size: 10pt;
	
}