body {
	background-color: #efefe8;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	text-decoration: underline;
}
a:active {
	color: #000000;
	font-weight:bold;
	text-decoration: underline;
}

.arrows {color: #CC0000; font-weight: bold; }
.mainText {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.tabLinks {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

.cMainT {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #CC0000;
}
.cSubT {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color: #333333;
}
.styleContOver {
	background-color: #FFFFCC;
	color: #000000;
	cursor:pointer;
}
.styleContOut {
	background-color: #FFFFFF;
	color: #000000;
	cursor:pointer;
}
.contHeader {
	font-size: 18px;
	font-weight: bold;
}

.colMenuInv {
	display: none;
}
.colMenuVis {
	display: block;
}