body {
	margins: 0px;
	background-color: white;
	scrollbar-face-color: #BFD45F;
	scrollbar-highlight-color: #D7D600;
	scrollbar-3dlight-color: #D7D600;
	scrollbar-darkshadow-color: #007239;
	scrollbar-shadow-color: #908A2A;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

body, td, p, span, div, li {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #5C5B60;
}

a {
	color: #333333;
}

h1 {
	font: bold 17px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #5C5B60;
}

h2 {
	font: bold 15px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5C5B60;
}

h3 {
	font: bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #5C5B60;
}

.menu a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}


/* agenda */
#agenda {
	width: 100%;
}

.title_year	{
	background-color: #c0d560;
 	width: 177px; 
 	font-weight: bold;
 	font-size: 13px;
 	padding: 3px; 
	color: #ffffff;
}
.label_agenda_date {
	background-color: #B2C695;
	width: 177px; 
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
}
.label_agenda_description {
	background-color: #38A828;
	width: 177px;
	color: #ffffff; 
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
}
.label_agenda_location {
	background-color: #01723A;
	width: 72px; 
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
}
.label_agenda_price {
	background-color: #009DB2;
	width: 72px;
	color: #ffffff; 
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
}


.data_agenda_date {
	border-bottom: 1px dashed #B2C695;
	border-left: 1px dashed #B2C695;
	border-right: 1px dashed #B2C695;
	padding: 3px;
}
.data_agenda_description {
	border-bottom: 1px dashed #38A828;
	border-right: 1px dashed #38A828;
	padding: 3px;
}
.data_agenda_location {
	border-bottom: 1px dashed #01723A;
	border-right: 1px dashed #01723A;
	padding: 3px;
}
.data_agenda_price {
	border-bottom: 1px dashed #009DB2;
	border-right: 1px dashed #009DB2;
	padding: 3px;
}

