@charset "utf-8";
a:link, a:visited, a:active {
	color: #000; text-decoration: none; border-bottom:dotted 1px #06B;
}
a:hover {
	color: #06B; text-decoration: none; border-bottom:solid 1px #06B;
}
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
}
body,td,th {
	font-size: 9pt;
	color: #000;
	line-height:140%;
}
.navlink, a.navlink:link, a.navlink:visited, a.navlink:active {
	color:#000;
	text-decoration: none;
	background:none;
	border:none;
	margin:0 35px;
	font-weight:bold;
	font-size:10pt;
}
a.navlink:hover {
	color:#06B;
	text-decoration: none;
	background:#FFF;
	border-bottom: dotted 1px #000;
	margin:0 35px;
	font-weight:bold;
	font-size:10pt;
}
.largebluelink, a.largebluelink:link, a.largebluelink:visited, a.largebluelink:active {
	color:#06B;
	text-decoration: none;
	border:none;
	font-weight:bold;
	line-height:normal;
}
a.largebluelink:hover {
	color:#06B;
	text-decoration: none;
	border: none;
	font-weight:bold;
	line-height:normal;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	letter-spacing:-2px;
	color:#000;
	margin-top: 0;
	display:inline;
}
.thrColFixHdr #banner h1, .thrColFixHdr #banner h1 a, .thrColFixHdr #banner h1 a:link, .thrColFixHdr #banner h1 a:visited, .thrColFixHdr #banner h1 a:active, .thrColFixHdr #banner h1 a:hover {
	color:#000;
	text-decoration:none;
	border:none;
	background:none;
}
h2 {
	font-size: 9pt;
	font-weight: normal;
	color:#000;
	margin-top:0;
}
h3 {
	font-size:7pt;
	color:#FFF;
	margin:0;
}
h4 {
	font-size:8pt;
	color:#FFF;
	margin:0;
	line-height:150%;
}
.no, a.no:link, a.no:visited, a.no:active, a.no:hover { border:none; background:none; }
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small, .small a {
	font-size:7pt;
	line-height:normal;
}
.large {
	font-size:11pt;
	line-height:normal;
}
.blue {
	color:#06B;
}
.grey {
	color: #777;
}
.inventorytable {
	border: 1px solid #000;
}
.inventorytable th {
	color: #FFF;
	background: #000;
	font-weight: bold;
	font-size:7pt;
	padding-left:20px;
	line-height:200%;
	text-align:inherit; /* to fix ie bug */
}
.inventorytable th:first-child {

}
.inventorytable td {
	padding: 1px 2px;
	border-right: 1px solid #DEF;
	border-top: 1px solid #DEF;
	font-size:7pt;
}
.inventorytable td:first-child {

}
.inventorytable td.rowbluehead  {
	background: #6BAFEB;
	border-top: 1px solid #000;
	border-right: 1px solid #6BAFEB;
}
.inventorytable td.rowtitle  {
	border-top: 1px solid #000;
}
.rowwhite {
	background: #FFF;
}
.rowalt {
	background: #DEF;
}

.thrColFixHdr #container { 
	width: 1000px;
	margin: 0 auto;
	border: none;
	text-align: left;
	background: #FFF url(/banner.gif) no-repeat;
}
.thrColFixHdr #banner { 
	padding:100px 0 15px 25px;
}
.thrColFixHdr #leftcol { 
	width: 270px;
	margin-left:25px;
} 
.thrColFixHdr #rightcol {
	float:right;
	margin-right:25px;
	width:648px;	
}
.thrColFixHdr #footer { 
	clear:both;
	width:950px;
	margin: 0 auto;
	padding:35px 0 15px 0;
	text-align: center;
	color: #BBB;
	font-size:7pt;
	vertical-align:bottom;
	line-height:normal;
	font-weight:bold;
} 