tr.Light {
	background: #ffffff;
	padding-left: 3px;
	font-size: 13px;
}
tr.Dark {
	background: #f9f9f9;
	padding-left: 3px;
	font-size: 13px;
}

th {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	background: #A5A197;
	text-align: left;
	color: white;
	padding-left: 3px;
	font-size: 13px;
}

th.Sort {
	cursor: pointer;
	color: white;
}


td.Header {
	font-family: arial narrow;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	color: white;
}

input {
	font-size:8pt;
	font-family:Verdana,sans-serif;
}

select {
	font-size:8pt;
	font-family:Verdana,sans-serif;
}


a, body, h1, p, td, table, div, span, input, select, textarea, ul, li, label {
	font-size:8pt; font-family:Arial;
}


body.report {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

table, form {
	margin: 0px;
	padding: 0px;
	background-color: white;
}

a{
	color: #003399;
	text-decoration:none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a.navLink {
	font-family:Arial Narrow;
	font-weight:bolder;
	font-size:10pt;
	margin-left:3px;
	margin-right:3px;
	color: #ffffff;
	text-decoration:none;
	white-space:nowrap;
}

a.navLink:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight:bolder;
}

a.other {
	text-decoration: none;
}
a.other:hover {
	text-decoration: underline;
}

table.light {
	background: #ffffff;
}

table.dark {
	background: #ffffff;
}

table.freight {
	background: #f9f9f9;
}

th.detail {
	height: 21px;
	padding-left: 10px;
}
th.order {
	padding-left: 10px;
}

.headerContainer{
	border:none;
	padding-left:0px;
	vertical-align:middle;
	background-color:#A5A197;	
}

td.headernav{
	color:	#ffffff;
	vertical-align:middle;
	font-size:10pt;
	white-space:nowrap;
	padding-left:7px;
	padding-right:7px;
	font-family:Arial Narrow;
	font-weight:bolder;
	border-right:1px;
	border-right-color: #ffffff;
	border-right-style: dashed;
}

td.headernav a{ 
	margin:0;
	padding: 0;
	font-size:1em;
	text-decoration:none;
} 

td.headernav a:hover{
	text-decoration:underline;
	font-weight:bolder;
} 


td.subnav {
	color: #04265F;
	cursor: pointer;
	border: solid 1px white;
	text-align: center;
	padding: 1px 10px 1px 10px;
}


td.footer a {
	font-size: 11px;
}
hr {
	width: 550px;
	color: #04265F;
	height: 1px;
}

.boldhome {
	font-weight: bold;
	color: #000000;
}
.boldnotice {
	font-weight: bold;
	color: #BA5700;
}
.errornotice {
	font-weight: bold;
	color: RED;
}
.notice {
	color: #BA5700;
}
.boldwarning {
	font-weight: bold;
	color: #BA5700;
}
.warning {
	color: #BA5700;
}

.mainbackground {
	background: white;
}
.mainalign {
	float: left;
}
.maintextalign {
	text-align: center;
}

form table {
	background: #ffffff;
}
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.imagesubmit {
	width: 59px;
	height: 18px;
}
input.checkbox {
	width: 13px;
}
textarea {
	width: 205px;
	overflow: auto;
}

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: none;
	color: #003399;
	cursor: pointer;
}
span.linked {
	text-decoration: none;
	color: #D25700;
}
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-color: #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: #A5A197;
}
td.embed {
	font-size: 11px;
	color: #A5A197;
}

span.addresslink {
	padding-right: 3px;
	cursor: pointer;
}
span.addresstext {
	font-size: 11px;
}

.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;
}

.headerLinks{
	font-size:8pt;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
}

.headerLinks a {
	border-right:1px #A5A197 dashed;
	padding-right:7px;
	margin-right:7px;
	margin-left:7px;
	color:#BA5700;
	text-decoration:none;
}

.headerLinks a:hover{
	border-right:1px #A5A197 dashed;
	padding-right:7px;
	margin-right:7px;
	margin-left:7px;
	color:#BA5700;
	text-decoration:none;
}

.headerLinksright {
	font-size:8pt;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
} 

.headerLinksright a {
	padding-right:3px;
	margin-right:7px;
	margin-left:7px;
	color:#BA5700;
	text-decoration:none;
}

.headerLinksright a:hover {
	padding-right:3px;
	margin-right:7px;
	margin-left:7px;
	color:#BA5700;
	text-decoration:none;
}

td.footer{
	color:#C7BCB0;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
}

td.footer a{
	color:#C7BCB0;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

td.footer a:hover{
	color:black;
	font-size:9pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
input.imagetemplatesubmit {
	width: 118px;
	height: 18px;
}