body, html {
height: 100%;
}
* {
font-family: tahoma, Verdana, sans-serif; 
font-size:10pt;
}
div * {
font-size: 100%;
}
td * {
font-size: 100%;
}
a {
color: black;
}
.columnTitles{
/*	font-family:tahoma; */
	color:#EB7600;
	font-weight:normal;
	margin-bottom:7px;
	display:block;
}

.goodItem b{
	color:#EB7600;
	cursor:default;
}

.tooltip{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	border: 1px solid #d3d3d3;
	padding: 2px;
	background-color: #FCC78C;
	z-index: 100;
	display: none;
/*	font-family:tahoma; */
	font-size:80%;
}
div.CardTitle{
	font-size:10px;
	color:#fff;
/*	font-family:tahoma; */
	font-weight:bold;
	cursor:default;
	background-image:url(/images/u_card_05_1.png);
	background-repeat:no-repeat;
	height:18px;
	color:#EB7600;
}

div.CardTitle a, .CardTitle a:visited{
	text-decoration:none;
	color:#EB7600;
}

.Card2Title{
	font-size:10px;
	color:#000;
/*	font-family:tahoma; */
	font-weight:bold;
	cursor:default;
	background-image:url("/images/card2_02.png");
	background-position:top;
	background-repeat:repeat-x;
}
.Card2Title a, .Card2Title a:visited{
	text-decoration:none;
	color:#000;
}

.nav {
	cursor:default;
	font-size:12pt;
	background-image:url('/images/main_03.png');
	background-repeat:no-repeat;
	background-position:right
}

.nav a{
	text-decoration:none;
	color:#000;
}
.nav a.selected{
	color:#DB3D00;
}

.subnav{
	font-size:80%;
	cursor:default;
}

.subnav a{
	text-decoration:none;
	color:#000;

}
.subnav a.selected{
	color:#DB3D00;
	font-weight:bold;
}

