/* basic elements */
body { 
	font: 8pt/16pt arial; 
	color: #555753; 
	margin: 0px; 
	align: center;
	}
p { 
	font: 8pt/16pt arial; 
	margin-top: 0px; 
	line-height: 1.25;
	align: left;
	}
a:link { 
	text-decoration: none; 
	color: #9685BA;
	}
a:visited { 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #7e99aa;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}
ul { 
	align: left;
	}
li { 
	align: left;
	}
.show {
	 display: block;
}
.hidden {
	display: none;
}
div .tabs {
	padding-top: 0px;
	overflow: hidden;
}
a.jc_tab1 {
	background-image: url(/images/buttons/tab.leisure.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width: 310px;
	display: block;
	float: left;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size:12px;
	font-weight:none;
	padding-top:0px;
}
a.jc_tab_selected {
	background-image: url(/images/buttons/tab_selected.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width: 310px;
	display: block;
	float: left;
	height: 20px;
	text-align: center;
	color: #0085E0;
	font-size:12px;
	font-weight:none;
	padding-top:0px;
}
div .tabs h3 {
	color: #0085E0;
}
a.tab1 {
	background-image: url(/images/buttons/tab.leisure.gif);
	background-repeat:no-repeat;
	width: 310px;
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	color: #0085E0;
}
a.tab2 {
	background-image: url(/images/buttons/tab.leisure.gif);
	background-repeat:no-repeat;
	width: 310px;
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	color: #0085E0;
}
a.tab3 {
	background-image: url(/images/buttons/tab.leisure.gif);
	background-repeat:no-repeat;
	width: 310px;
	display: block;
	float: left;
	height: 30px;
	text-align: center;
	color: #0085E0;
}
a.tab_selected {
	background-image: url(/images/buttons/tab_selected.gif);
	background-repeat:no-repeat;
	width: 310px;
	display: block;
	float: left;
	height: 30px;
	color: #666666;
	text-align: center;
}
.tab_spacer {
	display: block;
	width: 20px;
	height: 30px;
	float:left;
}