.boMenu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFF17;

	text-decoration: none;

}



.boLink {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #FFFF17;

	text-decoration: underline;

}



.boTitle {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 24px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}



.boBoldText {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #000000;

	text-decoration: none;

}



.boText {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}



.foText {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #000000;

}



.editoHeader {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11pt;

	font-weight: bold;

}



.editoContent {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

}



.datesContent {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

}



.eventsContent {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

}



.pageLinksTable {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #0D870E;

}



a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #0D870E;

}

a:active {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #0D870E;

}

a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #0D870E;

}



.eventDetailsTitle {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

	color: #000000;

	font-weight: bold;

}



.indexText {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	color: #2A7C0A;

}



.dailyDetailsHeader {

	font-family: "Times New Roman", Times, serif;

	font-size: 17px;

	font-weight: bold;

}



.dailyDetailsLinks {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	color: #188D1B;

}



.dailyDetailsContent {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9pt;

	color: #000000;

}

/* scroller */
#Container {
	position		: relative;
	margin			: 0;
	padding			: 0;
	width			: 375px;
	height			: 150px;
	overflow		: hidden;
}

.Scroller-Container {
	position		: absolute;
	margin			: 0;
	padding			: 0;
}

#Scrollbar-Container {
	position		: relative;
	margin			: 0;
	padding			: 0 0 0 380px;
	top 			: -160px;
}

.Scrollbar-Up {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 14px;
	height			: 20px;
	font-size		: 0px;
	background		: url(../common/arrow_up.jpg) no-repeat;

}
.Scrollbar-Track {
	position		: absolute;
	margin			: 0 0 0 5px;
	padding			: 0;
	width			: 1px;
	height			: 116px;
	top				: 21px;
	background		: url(../common/rail.jpg) repeat-y;

}
.Scrollbar-Handle {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 20px;
	height			: 1px;
	/*background		: url(../../templates/default/allsection/alllanguage/scoller_handle.gif) no-repeat;*/
}
.Scrollbar-Down {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	top				: 137px;
	width			: 14px;
	height			: 20px;
	font-size		: 0px;
	background		: url(../common/arrow_down.jpg) no-repeat;

}
/* end scroller*/


/* scroller Edito */
#Container_edito {
	position		: relative;
	margin			: 0;
	padding			: 0;
	width			: 575px;
	height			: 150px;
	overflow		: hidden;
	padding			: 0 0 0 10px;
}

.Scroller-Container_edito {
	position		: absolute;
	margin			: 0;
	padding			: 0;
}

#Scrollbar-Container_edito {
	position		: relative;
	margin			: 0;
	padding			: 0 0 0 590px;
	top 			: -160px;
}

.Scrollbar-Up_edito {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 14px;
	height			: 20px;
	font-size		: 0px;
	background		: url(../common/arrow_up.jpg) no-repeat;

}
.Scrollbar-Track_edito {
	position		: absolute;
	margin			: 0 0 0 5px;
	padding			: 0px;
	width			: 1px;
	height			: 115px;
	top				: 21px;
	background		: url(../common/rail.jpg) repeat-y;

}
.Scrollbar-Handle_edito {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	width			: 20px;
	height			: 1px;
	/*background		: url(../../templates/default/allsection/alllanguage/scoller_handle.gif) no-repeat;*/
}
.Scrollbar-Down_edito {
	position		: absolute;
	margin			: 0;
	padding			: 0;
	top				: 137px;
	width			: 14px;
	height			: 20px;
	font-size		: 0px;
	background		: url(../common/arrow_down.jpg) no-repeat;

}
/* end scroller*/

