body {
	margin: 0px;
	padding: 0px;
}

body, th, td
{
	font-size: 11px;
	color: #555555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

td.cell1
{
	font-size: 11px;
	color: #cccccc;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #222222;
}

td.cell2
{
	font-weight: normal;
	font-size: 11px;
	color: #555555;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 100%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.input2 {
	width: 80%;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D3D3;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}
.input3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.inputAddress
{
	width: 70%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.inputUnit
{
	width: 15%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
}

.align-justify {
	text-align: justify;
}

.text1 {
	font-size: 9px;
}

.text2 {
	color: #FFFFFF;
}

.text3
{
	color: #000000;
}

.text4
{
	font-size: 10px;
	color: #555555;
}

.text5
{
	color: #888888;
}

.text6 {
	color: #D4D3D3;
}

.text7 {
	font-size: 9px;
	color: #B9B8B8;
}

.textYellow 
{
	color: #C0C000;
}

.panel1
{
	border-right: #555555 3px solid;
	padding-right: 5px;
	border-top: #555555 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: #555555 1px solid;
	color: #555555;
	padding-top: 5px;
	border-bottom: #555555 3px solid;
	background-color: gainsboro;
}

.panel2
{
	border-right: #555555 3px solid;
	padding-right: 5px;
	border-top: #555555 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: #555555 1px solid;
	color: #555555;
	padding-top: 5px;
	border-bottom: #555555 3px solid;
	background-color: white;
}

.whiteCell1
{
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
	background-color: #ffffff;
}

a
{
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

a.link2
{
	color: #555555;
	text-decoration: none;
}
a.link3 
{
	color: #bcbcbc;
}
a.link4 
{
	color: #555555;
}

a.link2:hover {
	text-decoration: underline;
}