/* Orderform Style Sheet */
li{
	list-style-position: inside;
	}
table{
	cell-spacing:0px;
	}
.text{
	color: black;
	font-family: arial, sans-serif;
	font-size: 10pt;
	}	
.title{
	background-color: 5A0020;
	color: white;
	font-family: arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border: solid 5A0020 1px;
	padding:3px;
	}
.head{
	background-color: black;
	color:white;
	font-family: arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	border: solid black 1px;
	}
.product{
	text-align: left;
	font-family: arial,sans-serif;
	font-size:9pt;
	color: black;
	border: solid black 1px;
	}
.price{
	text-align:center;
	font-family: arial,sans-serif;
	font-size:9pt;
	color: black;
	border: solid black 1px;
	}
.shipping{
	background-color: D3D3D3;
	color: black;
	font-family:arial,sans-serif;
	font-size:10pt;
	text-align:center;
	}
.instruct{
	font-family: arial,sans-serif;
	font-size:10px;
	font-style:normal;
	}

