.tableHeadText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;


}
.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.stockDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.stockGainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
}
.stockLoser {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E80000;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #E9E9E9;
	background-color: #FBFBFB;

}
.buttonBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px outset;
	font-size: 11px;

}
.rowWhite {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.rowBlue {
	background-color: #ECF9FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.tabOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #D3D3D3;
	font-weight: bold;
	border-top: 2px outset #D3D3D3;
	border-right: 2px outset #D3D3D3;
	border-bottom: 2px none #D3D3D3;
	border-left: 2px outset #D3D3D3;
	color: #000000;
	text-decoration: none;





}
.tabOff {
	background-color: #FFFFFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: groove;
	border-top-color: #D3D3D3;
	border-right-color: #D3D3D3;
	border-bottom-color: #D3D3D3;
	border-left-color: #D3D3D3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #000000;
	text-decoration: none;




}
.tabNone {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 0px solid #FFFFFF;

}
