body {
    background-color: #ffffff;
    text-align: center;
}

body,div,td,th,p,h1,h2,h3,input,textarea,select {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    color: #232323;
}

p, h1 {
    line-height: 20px;
    font-size: 13px;
    color: #232323;
    margin-bottom: 15px;
    font-weight: normal;
}

h2 {
   font-size: 14px;
   font-weight: bold;
   color: #000000;
   margin-top: 30px;
   margin-bottom: 20px;
   padding-bottom: 5px;
   border-bottom: 1px dotted #96a2b0;
}

h3 {
    line-height: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

strong{
    font-weight: normal;
}

a {
    color: #20937a;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


.clear_both {
    clear: both;
    height: 0px;
    line-height: 0px;
}

div.page {
    width: 760px;
    margin: auto;
    padding-top: 74px;
    padding-bottom: 70px;
}

div.logo {
    float: left;
}

div.welcome {
    float: right;
    padding-right: 30px;
}

div.content {
    padding-top: 70px;
    text-align: left;
}

div.contact_name {
    float: left;
    width: 217px;
    margin-bottom: 10px;
}

div.content ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

div.content ul li {
    line-height: 20px;
    background-image: url('../img_olmi/li.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
}


