/*
 * style sheet: UIPS
 * Peter Herich
 * Copyright 2001,.. by Mega & Loman.
 */

body, p, div, td, th, caption, ul, ol, a, h1, h2, h3, h4, h5, h6, form {
  font-size: 9pt;
  font-family: Arial, Aplos, fotinos, Verdana, sans-serif;
}

a {
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
}
a:link {
  color: rgb(60,79,161);
}
a:visited {
  color: rgb(60,79,161);
}
a:active {
  color: rgb(60,79,161);
}

h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  color: rgb(60,79,161);
}
h1 {
  font-size: 14pt;
}
h2 {
  font-size: 12pt;
}
h3 {
  font-size: 11pt;
}
h4 {
  font-size: 10pt;
}
h5 {
  font-size: 9pt;
}
h6 {
  font-size: 8pt;
}

sup {
  font-size: 7pt;
}
.big {
  font-size: 12pt;
}
.small {
  font-size: 8pt;
}

.red {
  color: rgb(255,0,0)
}
.white {
  color: rgb(255,255,255)
}
.blue {
  color: rgb(6,52,246)
}
.black {
  color: rgb(0,0,0)
}
.center { text-align: center; margin-left: auto; margin-right: auto; }
