TD {
       font-size: 12px;
       text-align: left;
}

TABLE.calendar { 
	text-align: center; 
	background-color: #29602D;
	margin-right: 5px; 
	font-family: arial; 
	font-size: 12px; 
}

TH.month { 
	background-color: #FFFFFF; 
}

TD.prev-month, a.prev-month { 
	text-align: left; 
	color: #FFFFFF; 
	font-family: arial; 
	font-size: 12px;
}

TD.next-month, a.next-month { 
	text-align: right; 
	color: #FFFFFF; font-family: arial;
	font-size: 12px;
}
		
TH.day-of-week { 
	font-size: 8pt; 
	color: #FFFFFF;}

TD.selected-day { 
	background-color: #FFCC66;
	font-family: arial;
	font-size: 12px;
}

TD.day { 
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
}

TD.today { 
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

TD.menu {
	font-family: arial;
	font-size: 12px;
}

TD.menue { 
	color: #241204; 
	font-family: arial; font-size: 12px;
}

TD.heading_top {
	border-top:1px solid #29602D;
	font-family: arial;
	font-size: 12px;
}

TD.heading_bottom {
	border-bottom:1px solid #29602D;
	font-family: arial;
	font-size: 12px;
}

TD.list_head { 
	background-color: #29602D;
	color: #FFFFFF; 
	font-weight: bold; 
	font-family: arial; 
	font-size: 12px;
}

TD.list_head_date {
	background-color: #FFFFFF; 
	color: #265E2E;
	font-weight: bold; 
	font-family: arial;
	font-size: 12px;
}

TD.entry_head { 
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

A.entry_link { 
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

TABLE.entry {
	border: 1px dotted #29602D;
        font-size: 13px;
        
}

TABLE.entry_bl,TABLE.entry { 
	font-family: arial; 
	font-size: 12px;
}

A {
	color: #6A1717;
	text-decoration: underline;
}

A:hover { 
	color : #29602D;
	text-decoration : underline;
}  
