h1.t {
	color: #838383;
	font: bold 12px "Trebuchet MS";
	text-transform: uppercase;
	margin:  0 0 !important;
	padding: 0 4px !important;
}

h2.t {
	color: white;
	
	font: bold 12px "Trebuchet MS";
	
	text-transform: uppercase;
	
	margin: 0 !important;
	padding: 1px 6px !important;
	
	background: #b3b3b3;
	
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
}

h2.t2 {
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

h1.header1 {
	text-transform: uppercase;
	background: #29408e url('bgtitle1.png') repeat-x;
	height: 20px !important;
	color: white;
	font: bold 12px Arial;
	margin: 0;
	padding: 6px 0 0 10px;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

ul.path {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.path li {
	display: inline;
	padding-left: 12px;
	background: url('path-bullet.png') 3px 4px no-repeat;
}

ul.path li.l0 {
	background: none;
	margin: 0;
	padding: 0;
}

ul.path li.lP {
	font-weight: bold;
	padding-right: 6px;
}

