a, body, h1, p, td, table, div, span, input, select, textarea, th, ul, li, label {
	font-family: frutiger,arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

body, table, form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: white;
}
body.report {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

a {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
}
a.other {
	text-decoration: none;
}
a.other:hover {
	text-decoration: underline;
}

table.light {
	background: #F1F1F1;
}
table.dark {
	background: #E4E4E4
}
table.freight {
	background: #F1F1F1;
}

tr.light {
	background: #F1F1F1;
	padding-left: 5px;
	padding-right: 5px;
}
tr.dark {
	background: #E0E0E0;
	padding-left: 5px;
	padding-right: 5px;
}

th {
	padding-left: 20px;
	background: #CC0000;
	font-weight: bold;
	text-align: left;
	height: 20px;
	color: white;
	font-size: 12px;
}
th.sort {
	height: 18px;
	padding-left: 5px;
	cursor: pointer;
}
th.detail {
	height: 21px;
	padding-left: 10px;
}
th.order {
	padding-left: 10px;
}

td.headernav {
	background: #FFCC00;
	cursor: pointer;
}
td.headerspacer {
	background: #FFCC00;
}
td.subnav {
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	cursor: pointer;
	color: black;
	font-size: 12px;
	font-weight: bold;
}
td.footer {
	font-size: 9px;
}
td.footer a {
	font-size: 9px;
}
hr {
	width: 550px;
	color: #505050;
	height: 1px;
}

.boldhome {
	font-weight: bold;
	color: black;
}
.boldnotice {
	font-weight: bold;
	color: black;
}
.errornotice {
	font-weight: bold;
	color: black;
}
.notice {
	color: black;
}
.boldwarning {
	font-weight: bold;
	color: #CC0000;
}
.warning {
	color: #CC0000;
}

.mainbackground {
	background: white;
}
.mainalign {
	float: left;
}
.maintextalign {
	text-align: left;
}

form table {
	background: #E4E4E4;
}
label {
	padding-left: 20px;
	font-weight: bold;
}
label.detail {
	padding-left: 10px;
	font-weight: normal;
}
label.order {
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
}
label.checkbox {
	font-size: 10px;
	padding-left: 10px;
	font-weight: normal;
}
input {
	color: black; 
	width: 175px;
	height: 19px;
}
input.imagesubmit {
	width: 81px;
	height: 28px;
}
input.checkbox {
	color: black;
	width: 13px;
}
textarea {
	color: black;
	width: 205px;
	overflow: auto;
}
select {
	color: black; 
	width: 175px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}
li {
	margin-top: 5px;
}
h1 {
	padding-left: 10px;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	color: #CC0000;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

span.link {
	text-decoration: underline;
	color: black;
	cursor: pointer;
}
span.linked {
	text-decoration: none;
	color: #CC0000;
}
span.order {
	padding-left: 10px;
}

.smallcaption {
	font-size: 10px;
	line-height: 15px;
}
.smallform {
	font-size: 10px;
	line-height: 15px;
}
.smalltext {
	font-size: 9px;
}
.notefield {
	font-size: 10px;
	color: black;
	line-height: 10px;
}
.notebackground {
	background: #FFE88A;
	padding: 5px;
}

table.address {
	border: 1px solid;
	border-color: #7F9DB9;
	margin-top: 1px;
	margin-bottom: 1px;
}
td.address {
	padding: 3px;
	font-size: 10px;
	background: white;
}

table.embed {
	font-family: frutiger,arial;
	font-size: 11px;
	background: white;
}
td.embedlabel {
	font-family: frutiger,arial;
	font-size: 11px;
	color: #666666;
}
td.embed {
	font-family: frutiger,arial;
	font-size: 11px;
	color: black;
}

span.addresslink {
	padding-right: 3px;
	cursor: pointer;
}
span.addresstext {
	font-family: frutiger,arial;
	font-size: 11px;
	color: black;
}

.btop {
	border-top: 1px solid white;
}
.bleft {
	border-left: 1px solid white;
}
.bbottom {
	border-bottom: 1px solid white;
}
.bright {
	border-right: 1px solid white;
}
.stop {
	border-top: 1px solid white;
}
.sleft {
	border-left: 1px solid white;
}
.sbottom {
	border-bottom: 1px solid white;
}
.sright {
	border-right: 1px solid white;
}
input.imagetemplatesubmit {
	width: 118px;
	height: 28px;
}