<style type="tekst/css">
<!--
body {
   background-color: #ffffff;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px;
 }

td {
  font-family: Arial;
 }
 
p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
 }
 
input {
  color: #00008F;
  font-family: Arial;
  font-size: x-small;
  font-weight: normal;
 }
 
textarea {
  color: #00008F;
  font-family: Arial;
  font-size: x-small;
  font-weight: normal;
 }
 
select {
  color: #00008F;
  font-family: Arial;
  font-size: x-small;
  font-weight: normal;
 }
 
#input {
   background-color: #F8F8FC;
   border: 1px solid #00008F;
 }
 
a {
  font-size: x-small;
  font-weight: normal;
  text-decoration: none;
 }
a:hover {
  text-decoration: underline;
 }

a.whLnk {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
 }
 
a.blkLnk {
  color: #00008F;
  font-weight: bold;
 }

a.sideMenu {
  color: #ffffff;
  font-weight: bold;
 }
 
.bluTxt {
  font-size: x-small;
  color: #00008F;
 }
.bluBTxt {
  font-size: x-small;
  color: #00008F;
  font-weight: bold;
 }
 
.blkTxt {
  font-size: x-small;
  color: #000000;
 }
.whtTxt {
  font-size: x-small;
  color: #ffffff;
 }

.stepPointer {
  background-color: #000000;
 }
 
.introHigh {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  cursor: hand;
 }
.introLowRed {
  background-color: #DF002F;
  color: #ffffff;
 }
.introLowBlue {
  background-color: #08A6DA;
  color: #ffffff;
 }
//-->
</style>

