/* CSS Document */
   A:LINK {
               			text-decoration : none;
               		}
               		A:VISITED {
               			text-decoration : none;
               		}
               		A:HOVER {
               			text-decoration : underline;
               		}
	body {
	scrollbar-face-color: #000080;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: #544FBF;
	scrollbar-3dlight-color: #C1BFE8;
	scrollbar-darkshadow-color: #00002D;
	scrollbar-track-color: white;
	scrollbar-arrow-color: white;
	font-family: Arial, Helvetica, sans-serif;
    }
	
#calendario td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	font-weight: bold;
	text-align: center;
}	



