/* CSS Document */
/*
* Sample CSS for the JavaScript quote table
*/
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.wlQuoteTable {
	border-collapse: collapse;
	margin-bottom: 0;
	width:700px;
	margin-left: 20px; 
}
 
table.wlQuoteTable th,
table.wlQuoteTable td {
	padding: 0 10px 0 10px;
	text-align: center;
	color: #5C9BB8;
	font-family : Lucida Sans Unicode;
	font-size :12px;

}