@charset "utf-8";
/* CSS Document */


.tablehover{
	cursor: pointer;
	font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.tabletext {
	cursor: pointer;
	font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.tableselected {
	cursor: pointer;
	font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.tabletitle {
	cursor: pointer;
	font-family: "Trebuchet MS", "Arial Narrow", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}
.tablebg {
	background-image: url(../ggimages/backgrounds/bg_gentable.jpg);
	background-repeat:repeat-y;
}
