a, body, h1, p, td, table, div, span, input, select, textarea, th, ul, li, label {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
}

body{
	margin-left:-10px;
	margin-top:-10px;
	margin-bottom:0px;
	margin-right:0px;
}

body.report {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

table, form {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

a:active {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #cc3333; 
	text-decoration: underline; 
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #006699;
	text-decoration: none ;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #006699;
	text-decoration: none ;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:visited:hover {
	color: #cc3333; 
	text-decoration: underline; 
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a.other {
	text-decoration: none;
}
a.other:hover {
	text-decoration: underline;
}

table.light {
	background: #ffffff;
}
table.dark {
	background: #ffffff;
}
table.freight {
	background: #f5f5f5;
}

tr.light {
	background: whitesmoke;
	padding-left: 5px;
	padding-right: 5px;
}
tr.dark {
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

th {
	padding-left: 20px;
	background: #006699;
	font-weight: bold;
	text-align: left;
	height: 24px;
	color: #ffffff;
}
th.sort {
	height: 21px;
	padding-left: 5px;
	cursor: pointer;
}
th.detail {
	height: 21px;
	padding-left: 10px;
}
th.order {
	padding-left: 10px;
}

.headernav a{
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align:left;
	cursor: pointer;
	text-decoration: none;
	margin-left: 20px;
}

td.headernav {
	height: 18px;
	padding-top: 10px;
}

.headernav a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.headernav a:visited {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align:left;
	cursor: pointer;
	text-decoration: none;
	margin-left: 20px;
}

.headernav a:visited:hover {
	color: #ffffff;
	text-decoration: underline; 
}

td.subnav {
	color: #04265F;
	cursor: pointer;
	border: solid 1px white;
	text-align: center;
	padding: 1px 10px 1px 10px;
}

td.footer {
	font-size: 11px;
	vertical-align: middle;
	text-align: center;
}

td.footer a {
	font-size: 11px;
}

hr {
	width: 95%;
	height: 1px;
}

.boldhome {
	font-weight: bold;
	color: #555555;
}
.boldnotice {
	font-weight: bold;
	color: #006699;
}
.errornotice {
	font-weight: bold;
	color: #04265F;
}
.notice {
	color: #006699;
}
.boldwarning {
	font-weight: bold;
	color: #006699;
}
.warning {
	color: #006699;
}

.mainbackground {
	background: white;
}
.mainalign {
	float: left;
}
.maintextalign {
	text-align: center;
}

form table {
	background: #ffffff;
}
label {
	padding-left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #555555; 
	text-align: left;
}
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: #555555; 
	width: 175px;
	height: 21px;
}
input.imagesubmit {
	width: 59px;
	height: 18px;
}
input.checkbox {
	color: #555555; 
	width: 13px;
}
textarea {
	color: #555555;
	width: 205px;
	overflow: auto;
}
select {
	color: #555555; 
	width: 175px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #555555;
}
li {
	margin-top: 5px;
}
h1 {
	padding-left: 10px;
	margin: 20px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #cc3333;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

span.link {
	text-decoration: underline;
	color: #006699;
	font-size: 10px;
	cursor: pointer;
}
span.linked {
	text-decoration: none;
	color: #cc3333;
	font-size: 10px;
}
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: #555555;
}
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: 18px;
}

.pHeader
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold;
	text-transform: uppercase;
	color: #A7233A;
