.text { 
	color: #000000; 
	font-size: 10pt; 
	font-family: Arial; 
	font-style: normal; 
	text-align: justify;
}

.orderFormElement { 
  color: #000000; 
  font-size: 10px; 
  font-family: Arial; 
  font-style: normal; 
  text-align: justify;
  width:150px;
}

.orderFormElementSmall { 
  color: #000000; 
  font-size: 10px; 
  font-family: Arial; 
  font-style: normal; 
  text-align: justify;
  width:50px;
}

.textsm { 
	color: #000000; 
	font-size: 7pt; 
	font-family: Arial; 
	font-style: normal; 
	text-align: justify;
}
.btext { 
	color: #000000; 
	font-size: 9pt; 
	font-family: Arial; 
	font-style: normal;
}
.footer  { 
	color: #000000; 
	font-size: 8pt;
	font-family: Arial; 
	font-style: normal;
}
li   { 
	list-style-image: url("imgs/bullet.gif") 
}
body { 
	background-image: url("imgs/bkg.gif"); 
	background-position: center; 
	background-repeat: no-repeat;
	color: #000000; 
	font-size: 10pt; 
	font-family: Arial;
}
body.inc { 
	color: #000000; 
	margin:4px;
	background-color:#EAEAEA;
	background-image: none;
	font-size: 10pt; 
	font-family: Arial;
}
body.products { 
	color: #000000; 
	margin:4px;
	background-color:#FFFFFF;
	background-image: none;
	font-size: 10pt; 
	font-family: Arial;
}
body.incPatient { 
	color: #000000; 
	margin:0px;
	background-color:#EAEAEA;
	background-image: none;
	font-size: 11px; 
	font-family: Arial;
}
td { 
	color: #000000; 
	font-size: 10pt; 
	font-family: Arial; 
	font-style: normal; 
}
input { 
	color: #000000; 
	font-size: 10pt; 
	font-family: Arial; 
	font-style: normal; 
}
textarea { 
	color: #000000; 
	font-size: 10pt; 
	font-family: Arial; 
	font-style: normal; 
}