/* sft_silver.css >> Style Sheet for "Silver" Storefront Theme */

body {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

td {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

.pageBgColor {
   background-color: #FFFFFF;
   }

.pageFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }

.catNavBgColor {
   background-color: #CCCCCC;
   }

#footer {
   color: #FFFFFF;
   font-size: 10pt;
   text-decoration: underline;
   }

.searchTxt{
   color: #000000;
   font-size: 10pt;
}


.menu {
   color: #FFFFFF;
   font-size: 10pt;
   text-decoration: underline;
}
A.menu:link {
	font-size: 10pt; 
	color:#FFFFFF; 
	text-decoration: underline;
}

A.menu:visited {
	font-size: 10pt; 
	color: #FFFFFF; 
	text-decoration: underline;
}

A.menu:hover {
	font-size: 10pt; 
	color: #FFFFFF; 
	text-decoration: underline;
}
.featureBgColor {
   background-color: #DCDCDC;
   }

.featureFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: bold;
   }

.specialBgColor {
   background-color: #666666;
   }

.specialFontColor {
   color: #333333;
   font-size: 12pt; 
   font-weight: bold;
   }

.specialBorderColor {
   background-color: #666666; 
   }
 
.ruleColor {
   color: #666699;
   }

.tableHeaderBgColor {
   background-color: #666666;
   }

.tableHeaderFontColor {
   color: #FFFFFF;
   font-size: 10pt;
   font-weight: bold;
   }

.tableDataBgColor {
   background-color: #FFFFFF;
   }

.tableDataAltColor {
   background-color: #CCCCCC;
   }

.tableDataFontColor {
   color: #000000;
   font-size: 10pt;
   font-weight: normal;
   }