body
{	margin:		0;
	padding:	0;
	background: #ffffff;
	background-image:	url("../-images-/grid.jpg");	
	background-repeat: repeat-y;	
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
}

div#flinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	
}

div#flinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

div#flinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

div#flinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	
}
div#mt {
	font-size:13px;
	color: #666666;
	
}
#header {
	/* position: absolute;
	top: 0; */
	height: 95px;
}

/**** calendar ****/

table.calendar td
{	font-family:		"Verdana", "Trebuchet MS", non-serif;
	font-size:			0.8em;
	color:				#333333;	}

table.calendar td.day
{	/* border:				solid #999999 1px;
	border-width:		0 1px 1px 0; */	}

td.dateLink a
{	text-decoration:	none;
	font-style:			none;
	color:				#333333;	}

.calendarHeader td
{	font-weight:		bold;
	color:				#333333;
	border:				solid #999999 1px;
	border-width:		0 1px 1px 0;	}

.calendarToday a {
	font-size:			0.8em;
	font-weight:		bold;
	color:				#CC0000;
}