/* CSS Document */

body {
    background: #ffffff;
	font-family: Times, sans-serif;
	color : #000000; 
	font-size : 12pt;
   }

a {
	text-decoration:	underline;
	color:	#0000FF;
}

#PageHeader {
	
}
.PageHeader {
	
}

td.sectionorangebar {
	text-align: center;
	border: 1px solid #000000;
}

table.producttable {
	text-align: center;
	border: 1px solid #000000;
	
}

td.ModelHeader {
	border:1px solid #000000;
}

td.producttablecolbb {
	border:1px solid #000000;
}

tr.ptheader {
	vertical-align: bottom;
	text-align: center;
	text-transform: uppercase;
}

table.datatable {
	border:0px;
	padding:0px;
	margin:0px;	
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
}

th.dataleftheading, th.datamiddleheading, th.datarightheading {
	text-align: center;
	border-bottom:1px solid #000000;
}

td.dataleft, td.datamiddle, td.dataright{
	border: 1px solid #000000;	
}
