/* CSS definition file containing site wide stylesheets */

.ShaftsTableExcel {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 9pt;
 	text-align: center;
 	border-left-color:  rgb(128,128,128);
 	border-left-style: outset;
 	border-top-color:  rgb(128,128,128);
 	border-top-style: outset;
 	border-right-color:  rgb(128,128,128);
 	border-right-style: outset;
 	border-bottom-color:  rgb(128,128,128);
 	border-bottom-style: outset;
 	border-collapse: collapse;
 	empty-cells: show
}

BODY {
	background-color: transparent;
 	background-image: none;
 	background-repeat: no-repeat;
 	background-position: top
}

.ShaftTableCells {
	height: 25px;
 	border: 1px solid rgb(0,0,0)
}

.ShaftTblTest {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 9pt;
 	font-weight: normal;
 	font-style: normal;
 	border: 1px none rgb(0,0,0)
}

P {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 12pt;
 	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-align: center;
 	background-position: top left
}