body {
	BACKGROUND-ATTACHMENT: scroll;
  BACKGROUND-COLOR: #ffffff;
  BACKGROUND-REPEAT: no-repeat;
  COLOR: #000000;
  FONT-FAMILY: Segoe UI, Tahoma, Verdana, Arial;
  FONT-SIZE: 100%;
  FONT-WEIGHT: normal;
  MARGIN: 0px 10px 10px 10px
}

.sectionHead {
/*  BACKGROUND-COLOR: #6060e0;*/
/*  BACKGROUND-COLOR: #0080c0;*/
  BACKGROUND-COLOR: #0080c0;
  BACKGROUND-REPEAT: no-repeat;
  COLOR: #ffffff;
  FONT-FAMILY: Segoe UI, Tahoma, Verdana, Arial;
  FONT-SIZE: 100%;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
	padding: 0.1em 0.2em 0.1em 0.2em;
	font-weight: bold;
}

.sectionNormal {
/*
  BACKGROUND-COLOR: #36ADF1;
*/
  BACKGROUND-COLOR: #0080c0;
  BACKGROUND-REPEAT: no-repeat;
  COLOR: #ffffff;
  FONT-FAMILY: Segoe UI, Tahoma, Verdana, Arial;
  FONT-SIZE: 100%;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
	padding: 0.1em 0.2em 0.1em 0.2em;
}

.sectionImportant {
  BACKGROUND-COLOR: #A00000;
  BACKGROUND-REPEAT: no-repeat;
  COLOR: #ffffff;
  FONT-FAMILY: Segoe UI, Tahoma, Verdana, Arial;
  FONT-SIZE: 100%;
  FONT-WEIGHT: normal;
  MARGIN: 0px;
	padding: 0.1em 0.2em 0.1em 0.2em;
	font-weight: bold;
}

.lastchanged-footer {
  COLOR: #808080;
  FONT-FAMILY: Segoe UI, Tahoma, Verdana, Arial;
  FONT-SIZE: 80%;
  FONT-WEIGHT: normal;
  border-width:1px 0 0 0;
  border-color: #808080;
  border-style:solid;
  MARGIN: 10px 0px 0px 0px;
	padding: 0.3em 0 0 0;
}

.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,
#bodyContent a[href ^="http://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
/*
// IE60
#bodyContent a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
// IE55
#bodyContent a.external {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
*/
/*
<!--[if lt IE 5.5000]>
*/
/* 5.0 doesn't like the background icon for external links and user */
/*
.link-external,
.external {
	background: none;
	padding: 0;
}
*/
/*
<![endif]-->
*/
/*
p, table, td, th {  font-family: verdana, arial, helvetica, geneva; font-size: 10pt}
pre {  font-family: "Courier New", Courier, mono; font-size: 10pt}
h2 { font-family: verdana, arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
code {  font-family: "Courier New", Courier, mono; font-size: 10pt}
sup {  font-family: verdana, arial,helvetica,geneva; font-size: 10px}
h3 {  font-family: verdana, arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
li {  font-family: verdana, arial, helvetica, geneva; font-size: 10pt}
h1 {  font-family: verdana, arial, helvetica, geneva; font-size: 28px; font-weight: bold}
body {  font-family: verdana, arial, helvetica, geneva; font-size: 10pt; clip:   rect(   ); margin-top: 5mm; margin-left: 3mm}
.indextop { font-size: x-large;; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
.indexsub { font-size: xx-small;; font-family: verdana, Arial, Helvetica, sans-serif; color: #8080FF}
a.bar:link {  text-decoration: none; color: #FFFFFF}
a.bar:visited {  color: #FFFFFF; text-decoration: none}
a.bar:hover {  color: #FFFFFF; text-decoration: underline}
a.bar {  color: #FFFFFF}
*/