body {
	margin: 0px;
	background-color: #003366;
	font-family: Verdana;
	font-size: 70%;
	color:#FFFFFF;
}

.SmallText {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold
}

td {
	font-family: Verdana, Arial;
	font-size: 80%;
}

table {
	border-collapse: collapse;
	border: 0 0 0 0;
}

img {
	border: 0;
}
a:link       { text-decoration: none; color:#FFFFFF }
a:active     { text-decoration: none; color:#FFFFFF }
a:visited    { text-decoration: none; color:#FFFFFF }
a:hover      { text-decoration: none; font-weight: bold; color:#FFFFFF }

<!-- invoice style{  }
table#InvoiceTable { width:50%}
table#InvoiceListTable { width:100%}

td#SectionName {background-color: #003366; font-weight:bold; white-space: nowrap}
td#FieldTitle {background-color: #003366; font-weight:bold; white-space: nowrap}
td#FieldName {font-weight: bold; white-space: nowrap}
td#FieldValue {font-style: italic; white-space: nowrap}
td#FieldValueHighlighted {font-style: italic; font-weight: bold; background-color: #003366; white-space: nowrap}
td#FieldValueNew {}



<!-- invoice style end{  }