	html { font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;}
	
	.drill-size-chart { background-color: #fff; }
	
	.hd
{			
	height:25px;
	text-align:center;
	
}
	.bd
{
	padding: 2px;
}
	.std-1
{
	font-weight:bold;
}
	.std-2
{
	color:red;
	font-weight:bold;
}


/*Change background color for column heads*/
	.table thead
	{
		background-color: rgb(174,152,112);
	}
	
	.table tbody
	{
		background-color: #fff;
	}

	
	.table td, .table th
	{
		border-collapse: collapse;
		border: 1px solid rgb(174,152,112);
		padding: 2px 4px 2px 4px;
		font-size: 100%;
	}
	
	.table th
	{
		font-weight: bold;
		color:white;
	}

	.table td
	{
		text-align: right;
		border-top:0px;
	}

	.table tr:hover td
	{
		background-color: #FAFBFC;
	}

	.standards
	{
		padding: 2px;
		border: 1px solid #BEC6CC;
		background-color: #FAFBFC;
	}
	
	.standards *
	{
		vertical-align: middle;
	}
	
	.standards input {
		*margin-top: 0;
		*margin-bottom: 0;
	}
	
	.drill-size-chart .table-container
	{
		height:250px;
		overflow-y:auto;
	}
	
	.gadget .drill-size-chart .table-container
	{
		height: 200px;
	}
	
	.gwidth
	{
		width:620px;
	}