/*---------- Spacial Tables--------*/

.ExhibitionTable	{
width: 500px;
border: 1px solid #007786;
}
th	{
background: #007786;
color: white;
}
td, th	{
padding: 3px;
text-align: center;
}
td.Exhibition	{
background: #d9dadb;
color: #000000;
}
.TungstenCarbideTable	{
width: 350px;
border: 1px solid #007786;
}
th	{
background: #007786;
color: white;
}
td, th	{
padding: 3px;
text-align: center;
}
td.Grade	{
background: #d9dadb;
color: #000000;
}
