﻿html {
	margin: 0;
	padding: 0;
	}
a:link
{
	color: #9C3434;
	font-weight:bold;
	font-size:12px; 
}
a:visited
{
	color: #9C3434;
	font-weight:bold;
	font-size:12px; 
} 
a:active 
{
	color: #9C3434;
	font-weight:bold;
	font-size:12px;
}
a:link.navi
{
	color: black;
	font-size:12px;
	text-decoration:none;
	font-weight: normal; 
}
a:visited.navi
{
	color: black;
	font-size:12px; 
	text-decoration:none;
	font-weight: normal; 
} 
a:active.navi
{
	color: black;
	font-size:12px;
	text-decoration:none; 
	font-weight: normal;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFF0;
	margin: 0; 
	padding: 0;
	color: black;
	font-size:12px;
	text-decoration:none; 
	font-weight: normal;	
}
p { 
	margin-top: 3;
	margin-left: 3; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

table
{
	border-style: hidden;
	border-spacing: 0px;
	width: 100%;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	margin-top: 3;
	margin-left: 3;
	color: #9C3434;
	text-decoration: underline;
}
h2
{
	color: black;
}
h3
{
	color: black; 
}
h4
{
	color: black;
}
h5
{
	color: black;
}
h6
{
	color: black; 
}
ul {
	margin: 0;
	padding: 0;
	}

li {
	border-bottom:1px #9F3535 solid;
	list-style-type: none;
	border-top:1px #9F3535 solid;
	margin-bottom:2px;
	padding:3px;
	}
label
{
width: 13em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
label.bill_not_same
{
width: 23em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
label.volume
{
width: 35em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
label.orig
{
width: 13em;
float: left;
margin-right: 0.5em;
display: block
}
/* specific divs */
#container { 
	background-color: #fffff0; 
	padding: 0 0 ;  
	margin-top: 7px;
	margin-left: 150px; 
	position: center;
	border-width: 5px;
	border-style: solid;
	border-color: #ff0000
	}
#general {
	visibility:hidden;
	font-size:9pt;
	position:absolute;
	top:475px;
	left:190px;
}
#new_client {
	visibility:visible;
	font-size:9pt;
	position:absolute;
	top:250px;
	left:190px;
}
#pageHeader { 
	background-color: #fffff0; 
	margin-top: 10px; 
	width: 300px; 
	height: 102px; 
	float: left;
	}
#footer { 
	text-align: center;
	font-size:8pt;
	color: #9C3434;
	}