body { font-family: helvetica,arial,sans; font-size: 10pt; color: #666666; margin: 2%; margin-left: 7%; margin-right: 7%; background: #bbbbbb }
td   { font-family: helvetica,arial,sans; font-size: 10pt; }
em   { font-style: normal; font-family: arial; font-weight: normal }

a    { color: #0f6a94; text-decoration: none; border-bottom: 1px dashed; }
em   { font-family: helvetica,arial,sans; color: #0f6a94; text-decoration: none; border-bottom: 1px solid; }
a:hover { color: #118bc4; }
a.menu { text-decoration: none; color: white }
a.menu:hover { color: white; text-decoration: underline }

p { text-align: justify; margin-left: 15px; }

h1   { font-size: 18pt }
h2   { font-size: 16pt }
h3   { font-size: 14pt }
h4   { font-size: 12pt }

h1, h2 { line-height: 90%; border-bottom: 1px solid #cccccc; color: #1a5bac }

li   { list-style-image: url("../img/dot4bl.png") }

.rounded { 
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-top:    solid #ffffff 1px;
    border-right:  solid #bbbbbb 1px;
    border-left:   solid #ffffff 1px;
    border-bottom: solid #bbbbbb 1px;
    padding: 10px;
    background: #eeeeee;
}

.rounded2 { 
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-top:    solid #ffee00 1px;
    border-right:  solid #ffbb00 1px;
    border-left:   solid #ffee00 1px;
    border-bottom: solid #ffbb00 1px;
    padding: 10px;
    background: #ffcc00;
}

.box { 
    border-top:    solid #eeeeee 1px;
    border-right:  solid #999999 1px;
    border-left:   solid #eeeeee 1px;
    border-bottom: solid #999999 1px;
    padding: 10px;
    background: #cccccc;
}

.box2 { 
    border-top:    solid #eeeeee 1px;
    border-right:  solid #999999 1px;
    border-left:   solid #eeeeee 1px;
    border-bottom: solid #999999 1px;
    padding: 20px;
    background: #eeeeee;
}

.box3 { 
    border-top:    solid #b1bee5 1px;
    border-right:  solid #1a2135 1px;
    border-left:   solid #b1bee5 1px;
    border-bottom: solid #1a2135 1px;
    padding: 10px;
    background: #eeeeee;
}

