a, body, h1, p, td, table, div, span, input, select, textarea, th, ul, li, label {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
body {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	background-color: white;
}
body.report {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

table, form {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

a {
	color: #04265F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #E08C08;
}
a.other {
	text-decoration: none;
}
a.other:hover {
	text-decoration: underline;
}

table.light {
	background: #F1F1F1;
}
table.dark {
	background: #E5E5E5
}
table.freight {
	background: #F1F1F1;
}

tr.light {
	background: whitesmoke;
	padding-left: 5px;
	padding-right: 5px;
}
tr.dark {
	background: gainsboro;
	padding-left: 5px;
	padding-right: 5px;
}

th {
	padding-left: 20px;
	background: #04265F;
	font-weight: bold;
	text-align: left;
	height: 24px;
	color: white;
}
th.sort {
	height: 21px;
	padding-left: 5px;
	cursor: pointer;
}
th.detail {
	height: 21px;
	padding-left: 10px;
}
th.order {
	padding-left: 10px;
}
td.headernav {
	background-color: #012868;
	color: white;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
	border-bottom: solid 1px #96A0BB;
}
td.headernav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
td.headernav a:hover {
	color: #F2C780;
}

td.subnav {
	color: #04265F;
	cursor: pointer;
	border: solid 1px white;
	text-align: center;
	padding: 1px 10px 1px 10px;
}

td.footer {
	font-size: 11px;
}
td.footer a {
	font-size: 11px;
}
hr {
	width: 550px;
	color: #04265F;
	height: 1px;
}

.boldhome {
	font-weight: bold;
	color: #04265F;
}
.boldnotice {
	font-weight: bold;
	color: #04265F;
}
.errornotice {
	font-weight: bold;
	color: #04265F;
}
.notice {
	color: #04265F;
}
.boldwarning {
	font-weight: bold;
	color: #E08C08;
}
.warning {
	color: #E08C08;
}

.mainbackground {
	background: white;
}
.mainalign {
	float: left;
}
.maintextalign {
	text-align: center;
}

form table {
	background: #E5E5E5;
}
label {
	padding-left: 20px;
	font-weight: bold;
}
label.detail {
	padding-left: 10px;
	font-weight: normal;
}
label.order {
	padding-left: 10px;
	font-weight: bold;
}
label.checkbox {
	font-size: 11px;
	padding-left: 10px;
	font-weight: normal;
}
input {
	color: #04265F; 
	width: 175px;
	height: 21px;
}
input.imagesubmit {
	width: 64px;
	height: 14px;
}
input.checkbox {
	color: #04265F; 
	width: 13px;
}
textarea {
	color: #04265F;
	width: 205px;
	overflow: auto;
}
select {
	color: #04265F; 
	width: 175px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	color: black;
}
li {
	margin-top: 5px;
}
h1 {
	padding-left: 10px;
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #04265F;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

span.link {
	text-decoration: underline;
	color: #04265F;
	cursor: pointer;
}
span.linked {
	text-decoration: none;
	color: #E08C08;
}
span.order {
	padding-left: 10px;
}

.smallcaption {
	font-size: 11px;
	line-height: 15px;
}
.smallform {
	font-size: 11px;
	line-height: 15px;
}
.smalltext {
	font-size: 11px;
}
.notefield {
	font-size: 10px;
	color: #04265F;
	line-height: 10px;
}
.notebackground {
	background: #fbfbe2;
	padding: 5px;
}

table.address {
	border: 1px solid;
	border-color: #7F9DB9;
	margin-top: 1px;
	margin-bottom: 1px;
}
td.address {
	padding: 3px;
	font-size: 11px;
	background: white;
}

table.embed {
	font-size: 11px;
	background: white;
}
td.embedlabel {
	font-size: 11px;
	color: black;
}
td.embed {
	font-size: 11px;
	color: #04265F;
}

span.addresslink {
	padding-right: 3px;
	cursor: pointer;
}
span.addresstext {
	font-size: 11px;
	color: #04265F;
}

.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: 0px solid white;
}
.sleft {
	border-left: 0px solid white;
}
.sbottom {
	border-bottom: 0px solid white;
}
.sright {
	border-right: 0px solid white;
}

input.imagetemplatesubmit {
	width: 118px;
	height: 14px;
}