/* CSS Styles for Serious Brownee */

.noPrint {

	display: none;

}

body {

	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 14px;
	
	color: #000000;
	
	background-color: #FFFFFF;

}

.toPrint {
	visibility: visible;
}

.quote_title {
	font-weight: bold;
	font-size:14pt;
}

td#sub_total {
	text-align:right;
}

td#courier_cost {
	text-align:right;
}

td#total_cost {
	text-align:right;
}