@import "skins.css";
        {background:  white}
BODY  {
  font-family: "Verdana";
  font-size: 11px;

  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px
}

TD  {
  font-family: "Verdana";
  font-size: 11px;
  color: #333333;
}

TR  {
  font-family: "Verdana";
  font-size: 11px;
  color: #333333;
}

BUTTON {
  width: 90px;
  border: 1px solid #B8BFC7;
  background-color: #EEEEEE;
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  margin-top: 10px
}

INPUT.file {
  border: 1px solid #B8BFC7;
  background-color: #EEEEEE;
  color: #555555;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  margin-top: 10px
}

A:link {
  font-family: "Verdana";
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

A:visited {
  font-family: "Verdana";
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

A:hover {
  font-family: "Verdana";
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

H1 {
  font-family: "Verdana";
  font-size: 12px;
color: #008286;
  text-decoration: none;
  margin-bottom: 16px;
}

H2 {
  font-family: "Verdana";
  font-size: 12px;
color: #008286;
  text-decoration: none;
  margin-bottom: 16px;
}

H3 {
  font-family: "Verdana";
  font-size: 11px;
color: #008286;
  text-decoration: none;
}

P {
  font-family: "Verdana";
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

.smalltext {
  font-size: 9px;
}

.footer {
  font-size: 9px;
}

.groupbox {
  border: 1px solid #a0a0a0;
  padding: 10px 10px 10px 10px;
  text-align: left;
}

.boxheader {
  font-weight:      bold;
  background-color: #ffffff;
  position:         relative;
  padding-left:     4px;
  padding-right:    4px;
  top:              -17px;
}

/*** Side bar ***/

A.sbar:link {
  font-family: Helvetica;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #008286;
}

A.sbar:visited {
  font-family: Helvetica;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #008286;
}

A.sbar:hover {
  font-family: Helvetica;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #008286;
}

/*** Navigation bar ***/

A.navbar:hover {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

A.navbar:link {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

A.navbar:visited {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

.navbar {
  color: white;
}

/*** Path bar ***/

A.pathbar:hover {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

A.pathbar:link {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

A.pathbar:visited {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

TD.pathbar {
  font-family: Verdana;
  font-size: 10px;  
  font-weight: normal;
  text-decoration: none;
  color: #008286;
  height: 13px;
}

TD.langsel {
  font-family: Verdana;
  font-size: 10px;  
  font-weight: normal;
  text-decoration: none;
  color: #008286;
  height: 13px;
  border-left: 1px solid #336699;
  padding-left: 8px;
  padding-right: 8px;
}

/*** News list ***/

TABLE.news {
}

A.news:hover {
  font-family: Verdana;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #008286;
}

A.news:link {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #008286;
}

A.news:visited {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #008286;
}

.news TH {
  text-align: left;
}

.newsdate {
  font-size: 9px;
  font-weigth: normal;
  color: #A0A0A0;
}

.news_abstract {
}

/*** News item ***/

.newsitemhead H1 {
  font-size: 14px;
  font-weight: bold;
}

.newsitem_abstract {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 16px;
}

.newsitem_date {
  font-size: 9px;
  font-weigth: normal;
  color: #A0A0A0;
  margin-bottom: 16px;
}

/*** Content area ***/

TD.content {
  padding-top: 8px;
}

DIV.content {
  margin-top:   14px;
  margin-left:  10px;
  margin-right: 9px;
  width:        593px;
}

