/* CSS Document */
body{
	background-color:#000000;
	font: Tahoma;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
	}

hr{
	color:#FF6600;
	}
	
.table_calendar {
	border: 2px solid #FFCC66;
	background-color:#000000;
}


a:link {
	color: #FF9900;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #CC0000;
}
.table_cell {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.td_calendar {
	border: 1px solid #333333;
}
