a, body, h1, p, td, table, div, span, input, select, textarea, th, ul, li, label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13pt;
	color: #000000;
	/* background-color:#EEF1F6; */
}
.NavTable {
	background-color:transparent;
}

body {
	margin: 0px;
	padding: 0px;
	background-image:url('/images/scottwoods_background.jpg');
	/* background-color:#EEF1F6; */
}
body.report {
	margin: 0px;
	padding: 0px;
	background-color:#EEF1F6;
}

table, form {
	margin: 0px;
	padding: 0px;
	/* background-color: #EEF1F6; */
}


td.headernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 34px;
	padding: 10px;
	cursor: pointer;
}

td.pHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	height: 44px;
	width: 745px;
	padding: 12px;
	text-transform: capitalize;
	font-weight: bold;
	background-image:url('/images/scottwoods_title-back2.jpg');
	background-repeat:no-repeat;
}

td.headernavline {
	height: 2px;
}

a:link {
	color: #666666;
	text-decoration: underline;
	font-weight:strong;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight:strong;
}
a:hover {
	color: #BE3A25;
	font-weight:strong;
}
a:active {
	color: #666666;
	font-weight:strong;
}
a.other {
	text-decoration: none;
}
a.other:hover {
	text-decoration: underline;
}

table.light {
	background: #E9E9E9
}
table.dark {
	background-color:#EEF1F6;
}
table.freight {
	background-color:#EEF1F6;
}


tr.light {
	background: #E9E9E9;
	padding-left: 5px;
	padding-right: 5px;
}
tr.dark {
	background: #EEF1F6;
	padding-left: 5px;
	padding-right: 5px;
}

th {
	padding-left: 20px;
	background: #E9E9E9;
	font-weight: bold;
	text-align: left;
	height: 24px;
	color: #000000;
}
th.sort {
	height: 21px;
	padding-left: 5px;
	cursor: pointer;
}
th.detail {
	height: 21px;
	padding-left: 10px;
}
th.order {
	padding-left: 10px;
}

td.headerspacer {
	background-color: #363636;
}

td.subspacer {
	background-color: #636363;
}

td.footer {
	font-size: 10px;
}
td.footer a {
	font-size: 10px;
}
hr {
	width: 730px;
	color: #B9B9B9;
	height: 1px;
}

.boldhome {
	font-weight: bold;
	color: black;
}
.boldnotice {
	font-weight: bold;
	color: #000000;
}
.errornotice {
	font-weight: bold;
	color: #800000;
}
.notice {
	color: black;
}
.boldwarning {
	font-weight: bold;
	color: #000000;
}
.warning {
	color: #000000;
}

.mainbackground {
	background-color:#EEF1F6;
}
.mainalign {
	float: left;
}
.maintextalign {
	text-align: center;
}

form table {
	background: #E9E9E9;
}
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 {
	width: 175px;
	height: 21px;
}
input.imagesubmit {
	width: 65px;
	height: 24px;
}
input.checkbox {
	width: 13px;
}
textarea {
	width: 205px;
	overflow: auto;
}
select {
	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: black;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

span.link {
	text-decoration: underline;
	color: #666666;
	cursor: pointer;
}
span.linked {
	text-decoration: none;
	color: #000000;
}
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: black;
	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: #000000;
}

span.addresslink {
	padding-right: 3px;
	cursor: pointer;
}
span.addresstext {
	font-size: 11px;
	color: #000000;
}

.btop {
	border-top: 1px solid #C0C0C0;
}
.bleft {
	border-left: 1px solid #C0C0C0;
}
.bbottom {
	border-bottom: 1px solid #C0C0C0;
}
.bright {
	border-right: 1px solid #C0C0C0;
}

.stop {
	border-top: 1px solid #C0C0C0;
}
.sleft {
	border-left: 1px solid #C0C0C0;
}
.sbottom {
	border-bottom: 1px solid #C0C0C0;
}
.sright {
	border-right: 1px solid #C0C0C0;
}
input.imagetemplatesubmit {
	width: 118px;
	height: 24px;
}
.titlesNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 34px;
	background-image: url('/images/scottwoods_frame-nav-title.jpg');
	background-repeat: no-repeat;
	padding: 10px;
}

.linksNavButton {
	height: 43px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;


}