body {
	margin-top: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-size: 1em;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: underline;
}
p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
b, strong {
	color: #000099;
}
.red {
	color: #CC0000;
}
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.topPadding {
	padding-top: 10px;
}
.leftPadding {
	padding-left: 10px;
}

.paren {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

li.highlight {
  background-color: #FFFF88;
}

table.listtable th {
	font-size: 10pt;
	font-weight: bold;
	background-color: #CCC;
	white-space: nowrap;
	padding: 3px;
	color: #000;
	text-align: center;
}

table.listtable td {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	padding: 3px;
	background-color: #EEE;
}

table.listtable tr.odd td {
	background-color: #DDD;
}

table.edittable {
  background-color: #FFF;
  padding: 5px;
}

table.edittable input.fixed {
	width: 300px;
}

table.edittable textarea.fixed {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table.edittable th {
  	background-color: #EEE;
	font-weight: bold;
	color: #000099;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}

table.edittable td {
  	background-color: #EEE;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

table.receiptprinttable th {
	font-weight: bold;
	color: #000099;
	text-align: right;
	vertical-align: top;
	padding: 3px;
  	background-color: #CCCCFF;
}

table.receiptprinttable td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

table.printtable th {
	font-weight: bold;
	color: #000099;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}

table.printtable td {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

table.listtable2 th {
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px;
	color: #000099;
	text-align: center;
}

table.listtable2 td {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	padding: 3px;
}


.copyrite {
	font-family: Verdana;
	font-size: 9px;
	color: #999;
}
.copyrite a:link {
	color: #999;
	text-decoration:none;
}
.copyrite a:visited {
	color: #999;
	text-decoration:none;
}
.copyrite a:hover {
	color: #999;
	text-decoration:none;
}
.copyrite a:active {
	color: #999;
	text-decoration:none;
}