.right{
 background: #d6e4de url(/grf/background_right_sub.gif);
 background-repeat: repeat-y;
}
      
.right .container{
 margin-left: 5px;
 margin-right: 12px;
 padding: 5px;
 color: black;
}
      
.right .container .body{
}
      
.right .container .body .title{
 padding: 2px;
 margin-bottom: 5px;
 background: white;
 color: #22b14c;
 font-size: small;
 font-weight: bold;
}
      
.right .container .body .article{
 background: transparent;
}
      
.right .container .body .article .title{
 margin: 0px;
 padding: 0px;
 background: transparent;
 color: black;
 font-size: small;
 font-weight: bold;
}
      
.right a, .right a:visited{
 color: #62615a;
 text-decoration: underline;
}
      
.right a:active, .right a:hover{
 color: #da8602;
 text-decoration: none;
}


