
body {
	font-family:arial, verdana, sans-serif;
	font-size:75%;
	color:#000;
	background:#fff;
}
td {
	font-family:arial, verdana, sans-serif;
	font-size:75%;
	color:#000;
	background:#fff;
}
h1 {
	font-family:arial, verdana, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#000;
	background:#fff;
}

p {
	font-family:arial, verdana, sans-serif;
	font-size:1em;
	color:#000;
}
#wrapper a:link, #wrapper a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#wrapper a:hover {
	color:#f00;
	font-weight:bold;
	text-decoration:underline;
	
}


table{
/*	font-size:100%; */
	}
ul{
	text-align:left;
	}
h2{
	color:#336699;
	}
div#wrapper{
	background:#FFFFFF;
	width:750px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
/*	border: 2px solid #808080;*/
	text-align:center;
	padding:20px;
}

.side{
	text-align:right;
	padding-right:4px;
	background:#EEEEEE;
	border-right:6px solid #000080;
	width:140px;
	}
.data{
	border:1px solid #EEEEEE;	

	}
/******* END GENERAL LAYOUT STUFF ***********/

#footer {
	text-align:center;
	color:#fff;
	background-color:#00f;
	font-size:0.9em;
	height:20px;
	padding-top:5px;
}

#footer a:link, a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#f00;
	text-decoration:underline;
}


/*
CALENDAR
***********/

table .cal_month{
	
	border:1px solid #DDDDDD;
	background-color:#ffffff;
	}
thead td{
	font-family:arial, verdana, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	color:#000;
	background-color:#ffffff;

}
.cal_title{
	font-family:arial, verdana, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #DDDDDD;
	background-color:#000080;
	text-align:center;
	color:#FFFFFF;

	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}
