/* CSS Document */

body {
    color: #000000;
    background-color: #313c43;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
a:link {color: #333300;}
a:visited {color: #333300;}
a:active {color: #003366;}
a:hover {color: #990000;}


table.smallcalendar {
	border:dashed;
	border-width:medium;
	border-color:#006699;
	text-align:left ;
	font-size:10px ;
	font-family:Arial, Helvetica, sans-serif;
	empty-cells:show :
	}

table.calendar {
	border: none ;
	text-align:left ;
	empty-cells:show ;
	}

.smalltitle {
	font-weight:bold ;
	}

tr.row1 td {
	background-color: #dfdbc3;
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#000000;	
	}
	
tr.row2 td {
	background-color:#f3f1e3 ;
	border-bottom:solid;
	border-bottom-width:thin;
	border-bottom-color:#000000;
	}