.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
a:link { 
	font-weight:normal;
	text-decoration: underline;
	color: #0000ff;
	}
a:visited { 
	font-weight: normal;
	text-decoration: underline;
	color: #800080;
	}
a:hover, a:active { 
	font-weight: normal;
	text-decoration: underline;
	color: #0000ff;
	}
	
input, select, textarea {
	COLOR: #000000; font: 9pt arial; 
	padding: 1px;
	border: solid 1px black;
}

.form_input {
	COLOR: #000000; font: 9pt arial; 
}

.form_input a {
	color: #0033CC;
	text-decoration: none;
}

.InvoiceDetails {
	border: solid 1px #666666;
	border-collapse: collapse;
	vertical-align: top;
	width: 100%;
}
.InvoiceDetails td {
	border: solid 1px #666666;
	border-collapse: collapse;
	color: #000000;
	font-family: Arial;
	font-size: 8pt; 
	padding: 2px;
}

.Raised {
	BORDER-BOTTOM: #584300 1px solid; BORDER-LEFT: #ffffff 1px solid; BORDER-RIGHT: #584300 1px solid; BORDER-TOP: #ffffff 1px solid;  BACKGROUND: #000066
}

.ReportTitle {
	font: bold 12pt arial;
}

.ReportHeader {
	font: bold 10pt arial;
}

.Special {
	font: bold 8pt arial;
}

.Label {
	font: bold 8pt arial;
}

.Detail {
	font: 10pt arial;
}

.Default {
	font: 12pt arial;
}

.Footer {
	font: 8pt arial;
}

input.CoolButton, input.CoolButton:hover {
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 2px 8px;
}

input.CoolButton {
	background-color: #000099;
	border: solid 1px #5D5DF2;
	color: #FFFFFF;
}

input.CoolButton:hover {
	background-color: #FFFFFF;
	border: solid 1px #000099;
	color: #000099;
}

table.CustomerListTable {
	border-collapse: collapse;
}
table.CustomerListTable td {
	border: none 1px black;
	border-top: solid 1px black;
	padding: 2px 4px;
}
table.CustomerListTable td.NoBorder {
	border: none 0px black;
	padding: 2px 4px;
}
.NoBorder {
	border: none 0px;
}
table.InvoiceDetailList {
	border-collapse: collapse;
}
table.Border {
	border:1px solid #000000;
}
.InvoiceDetailCellTop {
	border: none 0px black;
	border-top: solid 1px black;
}
.InvoiceDetailCell {
	padding: 0px 2px;
	COLOR: #000000;
	font-family: arial; 
	font-size: 9pt;
}
.InvoiceDetailHeader {
	COLOR: #000000;
	font-family: arial; 
	font-size: 9pt;
	font-weight: bold;
}

.PaddTD td {
	padding-right:10px;
}