body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #675C53;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.table {
	font-size: 14px;
	width: 100%;
	border: medium solid #666;
}

.table tr td {
	background: #FFF;
	padding: 3px;
	width: 50%;
	border: thin solid #CCC;
}

.meetingDate {
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
}

.meetingSubject {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	margin: 5px;
}

.tableText {
	font-size: 14px;
	margin: 5px;
}

.meetingPartner {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}

.minutes {
	font-size: 14px;
	color: #000;
	margin: 5px;
}

.givenMat {
	color: #060;
	margin: 5px;
}

.action {
	font-style: italic;
	color: #F00;
	font-weight: bold;
	text-align: justify;
	padding: 5px;
}

#menu1 tr td a {
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
#menu1 tr td a:hover {
	text-decoration: none;
	color: #675C53;
	font-size: 16px;
	font-weight: bold;
}

#mainContent #menu1 {
	margin: 10px 0px 5px;
	border: medium none #090;
}
#menu1 tr td {
	background: #39F;
	padding: 5px;
}
.formsTables{
	font-size: 14px;
	color: #FFF;
	background: #FFF;
}
.formsTables tr td { background: #999; }
.login {
	font-size: 16px;
	font-weight: bold;
	color: #675C53;
	background: #FFF;
	text-align: center;
	margin: 20px auto;
	height: auto;
	width: 700px;
	padding: 10px;
}
.login a {
	color: #675C53;
	text-decoration: none;
}
.login a:hover {
	color: #960;
	text-decoration: none;
}
.less10 {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
}
.listToEdit {
	font-size: 12px;
	font-style: italic;
	margin: 5px;
	color: #FFF;
}
.listToEdit a {
	font-size: 12px;
	font-style: italic;
	margin: 5px;
	color: #FFF;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}
.MinutesList { padding: 10px 20px; }
.centrMenu {
	margin: 10px auto;
	width: auto;
}

.done {
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-align: justify;
	padding: 5px;
}
.more10 {
	font-size: 14px;
	color: #090;
}

.less0 {
	font-size: 14px;
	font-weight: bolder;
	color: #F00;
}

