body {	font-family: tahoma, arial;
	   	font-size: 10pt }
				
div.heading1 { 	font-weight: bold;
				color: #006599; }

div.heading2 { font-weight: bold;
				font-size: 11pt;
				color: #FFFFFF;
				background-color: #006599;
				letter-Spacing: 3px;
				font-variant: small-caps;
				text-align: center }

.pageTitle { position: absolute; 
			top: 2px; 
			left: 5px; 
			font-weight: bold; 
			color: #006599; 
			font-size: 10pt; 
			letter-spacing: 3px }
				
a {	color: #95783C }
									   
table#index { 	width: 700px;
				border-collapse: collapse; }
				
table#index td { padding: 0px; }

td { vertical-align: top }

table#distributors td {	padding: 15px;
						text-align: left }
						
table.products { 	width: 500px;
					height: 475px }
					
td.productInfo	{ width: 210px;
				  text-align: left;
				  border-right: dashed 1px #FFCC66;
				  padding-right: 20px;
				  vertical-align: top }
				  
td.fields { text-align: right }
					
td.left { text-align: left }

td.center { text-align: center }
					
select.productBox { position: absolute; 
					top: -1px; 
					left: 350px }
					
div.confirmation { 	text-align: center;
					font-weight: bold;
					color: #006599 }
					
div.error	{	text-align: center;
				font-weight: bold;
				color: red }
				
ul {	list-style: square }
