/*    File:  dobberstein.css   */
/*  http://www.dobberstein.ch  */
/*   © 2002 by FLAD-Webdesign  */

body {
  background-color: #1F538C;
}

body,td {
  font-family: Verdana, Arial;
	font-size: 8pt;
	color: #FFFFFF;
}

input,textarea {
  font-family: Verdana, Arial;
	font-size: 8pt;
  color: #000000;
}

a:link {
  color: #000000;
	text-decoration: none;
}

a:visited {
  color: #000000;
	text-decoration: none;
}

a:active {
  color: #000000;
	text-decoration: none;
}

a:hover {
  color: #000000;
	text-decoration: underline;
}

.horizontalRule {
  color: #FFFFFF;
}

.bold {
  font-weight: bold;
	font-size: 10pt;
}

.welcome {
  font-weight: bold;
	font-size: 10pt;
}

.number {
  font-weight: bold;
	font-size: 9pt;
}

.bodyContent {
  background-color: #1F538C;
  vertical-align: top;
}

.entryDetails {
	color: #FFFFFF;
}

.textBold {
	font-weight: bold;
	font-size: 9pt;
}

/* dark: #1F538C */
