#mySlideshow
{
	width: 551px;
	height: 217px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 2px 5px;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
	font-family: tahoma;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }
.title {
	font-family: WinSoft Pro;
	font-size: 17px;
	font-style: normal;
	color:#000000;
	font-weight:bold;
}.title-2 {
	font-family:WinSoft Pro;
	font-style: normal;
	color:#990000;
	font-weight:bold;
	font-size: 18px;
}
.smoll {
	font-family: WinSoft Pro;
	font-size: 12px;
	font-style: normal;
	color:#45454F;
	
}
.txt {
	font-family: tahoma;
	font-size: 13px;
	font-style: normal;
	color:#000000;
	
}
.link {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
	font-weight: bold;	
	text-decoration:NONE;
}
.link:hover {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
	font-weight: bold;
	text-decoration:NONE;
}
.link_e {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
	text-decoration:NONE;
}
.link_e:hover {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color:#ffffff;
	text-decoration:NONE;
}

.link2 {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color:#315CB3;
	text-decoration:NONE;
}
.link2:hover {
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color:#315CB3;
	text-decoration:underline;
}

.link3 {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color:#315CB3;
	text-decoration:NONE;
}
.link3:hover {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color:#315CB3;
	text-decoration:underline;
}

.bold {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	color:#000000;
	font-weight: bold;	
}
.footer {
	font-family: tahoma;
	font-size: 9px;
	font-style: normal;
	color:#315CB3;
	
}


cTABLE
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A.cal:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A.cal:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A.cal:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A.cal:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
.TBox
{
		font-size: 8pt;
}
.calendar
{
	border-right: 1px outset;
	border-top: 1px outset;
	font-size: 8pt;
	border-left: 1px outset;
	color: black;
	border-bottom: 1px outset;
	font-family: Tahoma;
	position: absolute;
	background-color: steelblue;
}
.calheader
{
	color: white;
	border-bottom: white 1px solid;
}
.calday
{
	border-right: 1px inset;
	border-top: 1px inset;
	border-left: 1px inset;
	cursor: hand;
	color: steelblue;
	border-bottom: 1px inset;
	background-color: whitesmoke;
}
.notcalday
{
	border-right: #336699 1px solid;
	border-top: #336699 1px solid;
	border-left: #336699 1px solid;
	cursor: hand;
	color: #c0c0c0;
	border-bottom: #336699 1px solid;
	background-color: gainsboro;
}
.clicker
{
	border-right: 2px outset;
	border-top: 2px outset;
	font-weight: bold;
	font-size: 7pt;
	border-left: 2px outset;
	cursor: hand;
	color: #000000;
	border-bottom: 2px outset;
	background-color: #c0c0c0;
}
.Weekday
{
	font-size: 7pt;
	color: white;
	text-align: center;
}