/* CSS Document */
/* Businness style sheet */
/* © Martin Kl ma, 2005  */


body {
   font-family: Verdana, Tahoma, sans-serif;
   background-color: #006;
   padding: 5%;
}

body, td, th {
  font-size: 0.8em;
}

#container {
   border: 4px solid #f90;
   padding: 110px 8% 30px 8%;
   background: #fff url(suo_logo_gif.gif) no-repeat center 20px;
}

p {
   line-height: 1.4em;
   margin-top: 0.5em;
}

ul li {
   line-height: 1.4em;
   list-style: square outside url();
}

em {
   font-weight: bold;
   font-style: normal;
   color: #03c;
}

h1, h2 {
   color: #03c;
}

h1 {
   font-size: 1.8em;
   color: #999;
   text-align: center;
   margin: 0 0 2em 0;
   padding-bottom: 1em;
   border-bottom: 1px solid #f90;
   
}

h2 {
   font-size: 1.25em;
   margin-top: 2em;
   margin-bottom: 0em;
   border-left: 0.8em solid #ccc;
   padding-left: 0.8em;
   /*border: 1 solid red;*/
}

table {
   border: 1px solid black;
   background-color: #fec;
}

table td, th {
   text-align: right;
   border-bottom: 1px solid black;
   border-right: 1px solid black;
   padding: 2px 5px;
}

table th {
  background-color: #f90;
}

#footer {
  padding-top: 5em;
  text-align: center;
  font-size: 0.7em;
  color: #999;
  line-height: 1.8em;
}

