.uppertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;

}
.lowertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999999;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 10px 12px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #a32929; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

}.aligntop {
	vertical-align: top;
}
.productsbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #c2c2c2;
	border: thin solid #333333;
	font-variant: normal;
	text-transform: uppercase;

}

.productsbox a:hover{
	color: #d43444;
	text-decoration: underline;
	font-weight: bold;
}

.productsbox a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.uppertext a:hover{
	color: #d43444;
	text-decoration: underline;
	font-weight: bold;
}

.uppertext a{
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}

.clientList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	line-height: 30px;

}


.tbl_browser {
	width: 100%;
	height: 100%
}

.tbl_container {
	width: 815px;
	border-spacing: 0 0;
	height: 100%;
	vertical-align: top
}

.tbl_left {
	width: 55px;
	left: 2px;
	background: url(../img/bgleft01.jpg);
	height: 100%;
	vertical-align: top
}


.tbl_middle {
	width: 705px;
	background-color: #d6d6d9;
	height: 100%;
	vertical-align: top
}


.tbl_right {
	width: 55px;
	right: 2px;
	background: url(../img/bgright01.jpg);
	height: 100%;
	vertical-align: top
}