body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/pageback.jpg);
}

body,td,th {
	color: #000000;
	font-family: Times New Roman;
	font-size: 14px;
}

p {
	color: #000000;
	font-family: Times New Roman;
	font-size: 14px;
}

.footer {
	color: #333333;
	font-family: Times New Roman;
	font-size: 12px;
}

a {
        color: #990000;
        text-decoration: none;
}

a:hover {
        color: #990000;
        text-decoration: underline;
}

table.calendar {
    border-collapse: collapse;
}

caption {
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
}
th {
	font-family: Times New Roman, Times, serif;
    font-size: 14px;
    text-align: center;
    background-color: #000000;
    /* border: 1px solid #ccc; */
	color: white;
}
td {
    font-family: Times New Roman, Times, serif;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
td.calCell {
    /* border: 1px solid #b5bece; */
    background-color: #C4C495;	
    /* padding: 3px; */
}
td.calCellEmpty {
    /* background-color: #f3f3f7; */
    background-color: #993333;	
}
td.calCellBusy {
    /* background-color: #efeffa; */
    background-color: #993333;
}
div.dayNumber {
    text-align: center;
    /* background-color: #f8f8f8; */
    background-color: #949178;	
	color: white;
	font-weight: bold;
	font-size: 14px;
}
ul {
    margin-left: 0;
    margin-top: 3pt;
    padding: 0px 1px 0px 1px;
    list-style-type: square;
	color: black;
	text-align: center;

}

ul a {
	color: black;
	text-align: center;
	color: #990000;

}

ul a:hover {
	color: black;
	text-align: center;
	color: #990000;

}
