.banner {
	background-image: url(banner.jpg);
	background-repeat: repeat-y;
	background-color: #C9C7DC;
}
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color: #000000;
	scrollbar-face-color: #006a6a;

}
.menubar {
	background-image: url(menu.jpg);
	background-repeat: repeat-x;
}
.headline {
	background-image: url(headline.jpg);
	background-repeat: no-repeat;
	border: 0px solid #004080;
	color: #000000;
	font-weight: bold;
	padding: 2px;


}
h3 {
	color: #006A6A;
}
td {
	font-size: 13px;

}
a {
	color: #003E3E;
}
.smallheadline {
	font-weight: bold;
	color: #004080;
}
hr {size: 1px;color: #004080; }
.name {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	padding-right: 20px;
}

.smTxt {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-family: Trebuchet MS, helvetica;
}
.navTxt {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana,Trebuchet MS, helvetica;
}

.genTxt {
	font-size: 13px;
	color: #003E3E;
	font-weight: normal;
	font-family: Trebuchet MS, helvetica;
}
.boniTxt {
	font-size: 18px;
	color: #003E3E;
	font-weight: bold;
	font-family: Trebuchet MS, helvetica;
}
a.menu:link {
	color: #003E3E;
	text-decoration: none;
	font-size: 13px;
		font-weight: bold;
	}
a.menu:visited {
	color: #003E3E;
	text-decoration: none;
	font-size: 13px;
		font-weight: bold;
}
a.menu:hover {
	color: #003E3E;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a.menu:active {
	color: #003E3E;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.main {
width:190px;
border:0px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:#008080;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
font-weight: 600;
color:black;
background-color: #F2FFFF;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

