/* MERV table */
table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #232323;
	border-collapse: collapse;
    font-size:10pt;
}

table.sample th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #232323;
	background: #000 url(../images/table_th.gif);
    text-align: center;
    font-size:10pt;
    color: #FFFFFF;
	-moz-border-radius: ;
}

table.sample td {
    font-size:10pt;
	border-width: 1px;
	padding: 4px;
	border-style: solid;
    border-color: #232323;
	background-color: #ccc;
	-moz-border-radius: ;
}

/* product information tables */
table.diamond {
	border-width: 4px;
	border-style: solid;
	border-color: #0B0CA5;
	border-collapse: separate;
	background-color: white;
}

table.platinum {
	border-width: 4px;
	border-style: solid;
	border-color: #949180;
	border-collapse: separate;
	background-color: white;
}

table.gold {
	border-width: 4px;
	border-style: solid;
	border-color: #B59420;
	border-collapse: separate;
	background-color: white;
}

table.emerald {
	border-width: 4px;
	border-style: solid;
	border-color: #1C5A65;
	background-color: white;
}

table.carbon {
	border-width: 4px;
	border-style: solid;
	border-color: #03B1ED;
	border-collapse: separate;
	background-color: white;
}
table.headtext span {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

table.headtext h1 {
    display:inline;
    margin:0;
    padding:0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

table.headtext a:link {
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
table.headtext a:visited {
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
table.headtext a:active {
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
table.headtext a:hover {
    text-decoration:none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}