@CHARSET "ISO-8859-1";

a.greytab:link, a.greytab:visited {
	background: url(../images/tabs/greytab.gif) no-repeat bottom left;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	height: 21px;
	float: left;
	display: block;
	position: relative;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

a.greytab:hover {
	background: url(../images/tabs/greytab_mo.gif) no-repeat bottom left;
	color: #142f4c;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	height: 21px;
	float: left;
	display: block;
	position: relative;
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}

.tabright {
	background: url(../images/tabs/tabright.gif) no-repeat bottom left;
	height: 28px;
	width: 2px;
	float: left;
}

.bottomline {
	background-color: #0F182D;
	overflow: hidden;
	height: 1px;
}
