/* 
    Document   : style
    Created on : 23.03.2009, 11:57:22
    Author     : test
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {  text-align: left;
        font-family:Arial,sans-serif;
        font-size:1em;
        /*background-image: url(images/hg_white_to_gray.gif);*/
      }
img {border:0px;}
p {font-size:1em;}
h1 {font-size:1.1em;font-weight:bold;line-height:0.1em;}
h2 {font-size:1;text-align:left;font-weight:bold;}
h3 {font-size:0.9em;font-weight:bold;}
a {color:black;text-decoration:none;}
td {font-size:0.7em;vertical-align:top;}

input {
    color:black;
    width:100px;
    border:0px;
    font-size:1em;
    margin-top: 1px;
    margin-bottom: 1px;
 }
