/* main content */
h3 {
  background-color: #114085;
  border-color: #B0C0D9;
  border-style: solid none solid none;
  text-align: left;
  padding: 2px 20px;
  border-width: 1px 0 1px 0;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
}

.fliesstext {
  color: #000;
  font-size: 1em;
  line-height: 1.4em;
  font-style: normal;
  background-color: inherit;
  padding: 2px 20px;
}

.subhead {
  color: #000;
  font-size: 1em;
  font-style: normal;
  background-color: inherit;
  padding: 2px 20px;
  font-weight: bold;
  margin-bottom: 0px;
}

.liste {
  color: #000;
  font-size: 1em;
  font-style: normal;
  background-color: inherit;
  padding: 2px 20px;
}

ol.liste {
  margin-left: 1em;
}

ul.liste li {
  list-style: outside disc url(images/diamond.gif);
  margin-left: 20px;
}

ul.liste li>ul { margin-left: -40px; }

.liste dt { font-weight: bold }
.liste dd { padding-bottom: 0.8em; }

.listeworks {
  color: #000;
  font-size: 1em;
  font-style: normal;
  background-color: inherit;
  padding: 2px 20px;
  margin: 0px 20px;
}

ul.listeworks {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul.listeworks li { list-style: outside square url(images/diamond.gif); }

p.contact {
	color: #000;
	font-size: 1em;
	font-style: normal;
	background-color: inherit;
	padding: 2px 20px;
	margin: 5px 5px 10px 250px;
}

img#msxlogo {
	border-color: transparent;
	border-width: 0px;
	border-style: none;
	margin: 20px;
	padding: 0px 2px;
	float: left;
}

acronym, abbr {
	border-bottom: 1px dotted #B0C0D9;
	font-style: normal;
	cursor: help;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* colors */
.red {
	color: #900;
	background-color: inherit;
}

.msxdarkblue {
	background-color: #114085;
	color: inherit;
}

.msxlightblue {
	background-color: #D9E6F3;
	color: inherit;
}

/* copyright */
div.smallline {
	margin: 2px 0px;
	padding: 2px 0px;
	background-color: inherit;
	width: auto;
	border-width: 1px 0 1px 0;
	border-style: dotted none dotted none;
	border-color: #B0C0D9;
	color: inherit;
}

span {
	font-weight: bold;
	font-style: italic;
}

p#copyright {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 5px 20px 10px 0;
	background-color: #D9E6F3;
	width: auto;
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	border-color: #B0C0D9;
	color: #333;
	font-family: Georgia,Didot,Times,"Times New Roman",serif;
	font-size: 1em;
}

p#copyright span {
	font-weight: normal;
	font-style: normal;
}

/* link selectors */
a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
	background-color: inherit;
}

a:hover, a:active, a:focus {
	color: rgb(56%,11%,26%);
	background-color: #D9E6F3;
}

