TD.offHead{
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial Narrow;
	background-color:#cecece;
	color:black;
	background-image: url(/modules/mod_jfg_tabs/td_img/off_bg.jpg); 
	background-repeat: repeat-x;
	text-align:center;
	padding-top: 5px;
}

TD.onHead{
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial Narrow;
	background-color:#dedede;
	color:black;
	background-image: url(/modules/mod_jfg_tabs/td_img/on_bg.jpg); 
	background-repeat: repeat-x;
	text-align:center;
	padding-top: 5px;
}
TD.left{
	width:15px;
	height:48px;
	background-image: url(/modules/mod_jfg_tabs/td_img/left.jpg); 
	background-repeat: no-repeat;
}
TD.right{
	width:15px;
	height:48px;
	background-image: url(/modules/mod_jfg_tabs/td_img/right.jpg); 
	background-repeat: no-repeat;
}

TD.body, DIV.body{
	background-color: #f2f2f2;
	width: 100%;
	height: 140px;
	text-align: center; 
	vertical-align: middle;
}
TD.left_body{
	width:15px;
	background-image: url(/modules/mod_jfg_tabs/td_img/left_body.jpg); 
	background-repeat: repeat-y;
}
TD.right_body{
	width:15px;
	background-image: url(/modules/mod_jfg_tabs/td_img/right_body.jpg); 
	background-repeat: repeat-y;
}
TD.left_corner{
	width:15px;
	background-image: url(/modules/mod_jfg_tabs/td_img/left_corner.jpg); 
	background-repeat: no-repeat;
}
TD.right_corner{
	width:15px;
	background-image: url(/modules/mod_jfg_tabs/td_img/right_corner.jpg); 
	background-repeat: no-repeat;
}
TD.footer{
	background-color: #f2f2f2;
}
A:link.off{
	color: #4a4a4a;
	text-decoration:none;
}
A:active.off{
	color: #4a4a4a;
	text-decoration:none;
}
A:visited.off{
	color: #4a4a4a;
	text-decoration:none;
}
A:hover.off{
	color: #000000;
	text-decoration:none;
}

IMG.line{
	padding:1px 0px 0px 0px; 
	margin:-5px 0px 0px 0px;
}