/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}
h3 {
	font-size: 14px;
  font-weight: bold;
	color: #000000;
}

a {
	color: #000000;
	text-decoration:none;
}

a.link {
	color: #000000;
	text-decoration:none;
}

a.visited {
	color: #000000;
	text-decoration:none;
}

a.hover {
	color: #000000;
	text-decoration:underline;
}

.tableheadline {
	color: #000000;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
}

.tableentry {
	color: #000000;
   font-size: 12px;
   text-align: center;
   line-height: 150%;
}

.redtableentry {
   color: red;
   font-size: 12px;
   text-align: center;
   line-height: 150%;
}

.italictableentry {
  color: #000000;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

