/* CSS Document */
body {	background-repeat: repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		background-color: #c1e272;
	}
.holder {
	position: relative;
	float: left;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	width: 582px;
	}
.calendarBox {
	position: relative;
	float:left;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	width: 180px;
	height: 180px;
	}
.c {
	position: relative;
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
/*cell with border */
.cb {
	position: relative;
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	border: 1px solid #000000;
}
/*cell for header*/
.ch {
	position: relative;
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	 font-size:14px;
	border: 1px solid #000000;
	background-color: #94b427;
	color: #FFFFFF;
}


.c1 {
	height: 20px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 2px;
	z-index:1
}
.c2 {
	height: 20px;
	width: 10px;
	position: absolute;
	left: 10px;
	top: 0px;
	z-index:1
}
.c3 {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	 font-size:12px;
	z-index:2;
}
.my {
	font-size:18px;
	color: #b94518;
}
.legenda {
	font-size:18px;
	color: #b94518;
	position: relative;
	float: left;
	font-weight: bold;
	margin: 0 auto;
	padding: 5px;
	width: 582px;
}
a {
	text-decoration: underline;
	color: #531a03;
	font-weight: bold;
}
a:hover {
	color: #b94518;
}
a:active {
	color: #b94518;
}
p{
   	font-size:12px;
	text-align:center;
}
