body {
	background-color: white;
	margin: 0px;
}

body, td, th, span, div, input, textarea, select {
	font-family: Tahoma;
	font-size: 8pt;
}

.filled {
	background-color: #365a95;
}

.warning {
	color: red;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bordered {
  border: 1px solid #cccccc;
  background: #ffffff;
}

.mainlevel {
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

.topnav {
	color: navy;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.topnav a {
	color: white;
}

.listheader {
	background: url('/pics/main-hor-line.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	font-weight: bold;
	font-size: 14px;
	color: #10b3ea;
	padding-bottom: 4px;
}

.listheader a {
	color: #10b3ea;
}

h3, h4, h5 {
	margin: 0px;
	font-family: Arial;
}

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

a.plain:hover {
	text-decoration: none;
}
