body{
  background-color: #660000; /* #336600; */
}

img{
  border: 0px;
}

a {color:           #3B5323; text-decoration:none;}
a:link {color:      #3B5323;}
a:visited {color:   #3B5323;}
a:hover {color:     #660000;}

#site-title{
  float: left;
  margin: 5px;
  font-size: 200%;
}

div#page{

  padding: 0px;
  border: 1px solid #cdcfe0;
  
  background-color: #ffffff;
  
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

div#header{
  background-color: #F0FFF0;
  background-image: url('../images/sergine.png');
  background-repeat: no-repeat;
  background-position: 8px 12px;
  
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}

div#content{
  padding: 0px 12px;

  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}

div#footer{
  color: #8b90b5;
}

.clear{
    clear: both;
}

.imageleft {
    float:          left;
    margin:         15px;
}

.imageright {
    float:          right;
    margin:         15px;
}

.ref {
    font-size:      12pt;
    font-weight:    normal;
    text-indent:    -25px;
    padding-left:   25px;
}

h1{
    font-size:      14pt;
    font-weight:    bold;
}

#T1 {
    color: #003399;
    font-weight: bold;
    text-align: center;
}
    
#T2 {
    font-size: 11pt;
    text-align: justify;
    text-indent: 20px;
}

#T3 {
    font-size: 12pt;
    text-align: justify;
    text-indent: 20px;
}

#T4 {
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
}

#T5 {
    font-size: 11pt;
    text-align: left;
    text-indent: 20px;
    font-weight: bold;
}

#T6 {
    font-size: 12pt;
    text-align: left;
    text-indent: 20px;
    font-weight: bold;
}

#T7 {
    font-size: 12pt;
    text-align: right;
    text-indent: 20px;
}
