body {
	background-color: #FFF;
	color: #000;
	font-family: Trebuchet Ms;
	font-size: 12px;
}

h1 {
	color: #666;
}

img {
	vertical-align: middle;
}
	
td {
	font-size: 12px;
	padding: 5px;
	
}

.color1 {
	background-color: #FFF;
}

.color2 {
	background-color: #FFF;
}

.color3 {
	background-color: #FFF;
	font-size: 18px;
}

.highlight {
	border: 1px solid #004284;
	background-color: #0080FF;
	color: #FFF;
}

.icon {
	width: 10px;
}

.left {
	float: left;
	width: 150px;
}

.lighttext {
	color: #666;
}

.logotype {
	background-color: #000;
}

.main {
	float: left;
	width: 600px;
}

.menuitem {
	float: left;
}

.padding {
	padding: 10px;
}

.right {
	float: left;
	width: 220px;
}

.smalltext {
	font-size: 12px; 
	color: #666;
}

.wrap {
	clear: left;
	float: left;
	width: 100%;
}







.wrap2 {
					clear: left;
					width: 220px;
				}
				
				.dateItem {
					float: left;
					text-align: center;
					width: 25px;
					margin: 1px;
				}
				
				.happening {
					border: 1px solid #C0C0C0;
				}
				
				.headline {
					float: left;
					text-align: center;
					width: 25px;
					margin: 1px;
					background-color: #F1F1F1;
				}
								
				a:link, a:active, a:visited {
					color: #0080FF;
					text-decoration: none;
				}
				
				a:hover {
					color: #222;
					text-decoration: underline;
				}
				
				.CurrentMonth {
					background-color: #F9F9F9;
					color: #0080FF;
					
				}
				
				.NotCurrentMonth {
					background-color: #FFF;					
				}
				
				.NotCurrentMonth a {
					color: #C0C0C0;
				}
				
				.NotCurrentMonth a:visited {
					color: #C0C0C0;
				}
				
				.NotCurrentMonth a:hover {
					color: #FFF;
				}
				
				.Sunday {
					background-color: #F9F9F9;
					color: #0080FF;
					
				}