p {
	margin: 8px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
}
h1 {
	font-size: 14px;
	color: #000066;
}
h2 {
	font-size: 12px;
}
.header {
	font-weight: bold;
	color: #FFFFFF;
}
.companyhead {
	padding-top: 16px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
a.fabrication {
	color: #000000;
}
a.fabrication:hover {
	color: #FFFFFF;
}
body {
	scrollbar-3d-light-color : #E7E7E7;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #D8D8D8;
	scrollbar-dark-shadow-color : #CCCCCC;
	scrollbar-face-color : #D8D8D8;
	scrollbar-highlight-color : #EAF1F8;
	scrollbar-shadow-color : #CCCCCC;
}
/* Scroller CSS */

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	height: 100px;
	overflow: auto;
	width: 100%
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 100%
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 100%
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 100%
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	position: relative
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}

/* make the TH elements pretty */
thead.fixedHeader th {
	font-weight: normal;
	padding: 4px 3px;
	text-align: left
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.fixedHeader a, thead.fixedHeader a:link, thead.fixedHeader a:visited {
	display: block;
	text-decoration: none;
	width: 100%
}


/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 100px;
	overflow: auto;
	width: 100%
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}
a.inverse {
	color: #FFFFFF;
}
a.inverse:hover {
	color: #000000;
}
body {
	background-color: #000033;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}
