body, html {
  font: 14px Times New Roman, Times, serif;
	margin:	 0px;
	padding: 0px;
	height:	 100%;
  color: black;
	background-color: white;
}

frame {
	margin:	 0px;
	padding: 0px;
	border-width: 0px;
}

img {
	display: block;
}

a {
  color: red;
}

.column {
  position: relative;
  padding: 10px;
  width: 280px;
}

.columntitle {
  font: 28px Times New Roman, Times, serif;
  font-weight: normal;
	margin:	 0px;
	padding: 0px;
	padding-bottom: 6px;
}

.columnsubtitle {
  font: 16px Times New Roman, Times, serif;
  font-weight: bold;
  font-style: italic;
	margin:	 0px;
	padding: 0px;
	padding-bottom: 9px;
}

.columntext {
  position: relative;
  padding-bottom: 20px;
}

.columntext_title {
  font-weight: bold;
  color: red;
}

.programmaoverview_month {
	padding-bottom: 20px;
}

.programmaoverview_monthname {
  font: 28px Times New Roman, Times, serif;
  font-weight: normal;
	margin:	 0px;
	padding: 0px;
	padding-bottom: 6px;
}

.programmaoverview_item {
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid #666666;
  margin-bottom: 8px;
  cursor: pointer;
}

.programmaoverview_itemdate {
  position: relative;
  font-style: italic;
  color: black;
}

.programmaoverview_itemtitle {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  color: red;
}

.programmaoverview_itemsubtitle {
  position: relative;
  font-style: italic;
  color: black;
}

.tacgenoot_overview_active_header {
  color: red;
  font-style: italic;
}

.tacgenoot_overview a {
  color: black;
  text-decoration: none;
}

.tacgenoot_overview a:hover {
  color: red;
}

.home_programmaitem {
  color: red;
}

.home_programmaitem a {
  color: black;
  text-decoration: none;
}

.home_programmaitem a:hover {
  color: red;
}

.editbutton {
  position: relative;
  clear: both;
  width: 100px;
	padding: 2px;
	width: 100px;
	border: 1px solid black;
	font: bold 11px Arial, Helvetica, sans, sans-serif;
	cursor: pointer;
  text-align: center;
  color: white;
  background-color: #dd0000;
}

.editbutton a {
  color: white;
  text-decoration: none;
}

.editbutton a:hover {
  text-decoration: underline;
}
