a:link
{
	color: rgb(153, 0, 204); 
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}
body
{
	font-family: Arial, Helvetica;
#	background-color: rgb(255, 255, 153);
#	color: rgb(0, 51, 102);
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}
.clsClements
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14;
	font-weight: bold;
	text-align: left;
}
.clsAddress
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14;
	text-align: left;
}
.clsAddressLabel
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12;
	font-weight: bold;
	background-color: lightgray;
	text-align: left;
}
.clsInvCaption
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 17;
	font-weight: bold;
	text-align: right;
}
.clsDate
{
	background-color: lightgray;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: center;
}

.clsTermHeader
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	background-color: lightgray;
}
.clsTerms
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12;
	text-align: center;
}
.clsItemHeader
{
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	border-width: thin;
	border-style: solid solid solid none;
}
.clsFirstItemHeader
{
	font-family: Verdana, Arial;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	border-width: thin;
	border-style: solid solid solid solid;
}
.clsItem
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12;
	margin-left: 2px;
	text-align: left;
	border-width: thin;
	border-right-style: solid;
}
.clsItemRight
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12;
	margin-right: 2mm;
	text-align: right;
	border-width: thin;
	border-right-style: solid;
}
.clsFirstItem
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12;
	text-align: center;
	border-width: thin;
	border-left-style: solid;
	border-right-style: solid;
}
.clsFirstBottomRow
{
	border-width: thin;
	border-style: none solid solid solid;
}
.clsBottomRow
{
	border-width: thin;
	border-style: none solid solid none;
}

.clsCompanyHeader
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 16;
	font-weight: bold;
	color: blue;
}


