body {
	background:#CCCCCC;
}

a.menu:link {
	color: white;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}

a.menu:visited {
	color: white;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}

a.menu:hover {
	color: gold;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}

a.links:link {
	color: darkblue;
}

a.links:visited {
	color: darkblue;
}

a.links:hover {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
}

table.table {
	 border:1px solid black;
	 margin-top:5;
}

a.productlinks:link {
	color: #990000;
	text-decoration: none;
}

a.productlinks:visited {
	color: #990000;
	text-decoration: none;
}

a.productlinks:hover {
	color: darkblue;
	text-decoration: none;
}

a.bottomnav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;

}

a.bottomnav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;

}

a.bottomnav:hover {
	color: #666666;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;

}

.verticalbar {
	color:#FFFFFF;
	
}

table.title {
	width: 720px; text-align: center; border-top: 2px solid black; border-bottom: 2px solid black; font-size: 12px; background-color: #CCCCCC; font-weight: bold; height: 60px;
}

table.productwhite {
	width: 720px; text-align: center; font-size: 12px;
}

table.productsilver {
	width: 720px; text-align: center; font-size: 12px; background-color: #CCCCCC;
}

table.configwhite {
	width: 720px; font-size: 12px; border-top: 1px solid black; border-bottom: 2px solid black;
}

table.configsilver {
	width: 720px; background-color: #CCCCCC; font-size: 12px; border-top: 1px solid black;  border-bottom: 2px solid black;
}