

.body
{
background-color:#176a10;
margin-top:30px;
}

.pattern_center
{
background-image:url(img/pattern_center.jpg);
background-repeat:repeat-y;
width:725px;
}

.pattern_menu
{
background-image:url(img/pattern_menu.jpg);
background-repeat:repeat-y;
width:176px;
margin-left:12px;
}


.rollover a {

display:block;
width: 176px;
height: 17px;
font-family:Arial, Helvetica, sans-serif;
padding-top:3px;
padding-left:15px;
font-size:11px;
font-weight:bold;
color:#1d68a6;
background: url("img/menu_off.jpg") 0 0 no-repeat;
background-repeat:no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -35px;
color: #fff;
width:176px;
height:17px;
background: url("img/menu_on.jpg") 0 0 no-repeat;
background-repeat:no-repeat;

}
.rollover a:active {
background-position: 0 -70px;
color:#fff;
background: url("img/menu_on.jpg") 0 0 no-repeat;
background-repeat:no-repeat;

}

a.tip2:link {color:#2b2d2b; font-size:12px; font-family:Arial, Helvetica, sans-serif;     text-decoration:none; font-weight:bold;}
a.tip2:visited {color:#2b2d2b; font-size:12px;font-family:Arial, Helvetica, sans-serif;     text-decoration:none; font-weight:bold; }
a.tip2:active {color:#2b2d2b; font-size:12px;font-family:Arial, Helvetica, sans-serif;       text-decoration:none; font-weight:bold; }
a.tip2:hover {color:#f21a33; font-size:12px; font-family:Arial, Helvetica, sans-serif;      text-decoration:none; font-weight:bold;  }


.font_family
{
margin-right:18px;
margin-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

.H1
{
font: Arial, Helvetica, sans-serif;
font-size:22px;
color: #0066CC;
}

.H2
{
font: Arial, Helvetica, sans-serif;
font-size:18px;
color: #0066CC;
}


