/* CSS Document */
body{
margin:0px;
font-family:Tahoma, Arial, Helvetica, Sans-serif;
font-size:11px;
background-color:#64B632;
}

a{
color:#993300;
font-weight:bold;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

.cctleft{
width:16px;
height:auto;
background:url(../media/body_border_r1_c1.png) repeat-y top left;
}

.cctright{
width:16px;
height:auto;
background:url(../media/body_border_r1_c3.png) repeat-y top left;
}

.ccbleft{
width:16px;
height:25px;
background:url(../media/body_border_r2_c1.png) no-repeat top left;
}

.ccbright{
width:16px;
height:25px;
background:url(../media/body_border_r2_c3.png) no-repeat top left;
}

.ccbcenter{
width:760px;
height:25px;
background:url(../media/body_border_r2_c2.png) repeat-x top left;
}
.menu_normal{
width:134px;
height:34px;
text-align:center;
vertical-align:middle;
font-size:11px;
color:#FFFFFF;
font-weight:bold;
cursor:pointer;
margin:0px 2px 0px 2px;
}
.menu_hover{
width:134px;
height:34px;
text-align:center;
vertical-align:middle;
font-size:11px;
color:#FF9900;
font-weight:bold;
cursor:pointer;
margin:0px 2px 0px 2px;
}
.menu_current{
width:134px;
height:34px;
text-align:center;
vertical-align:middle;
font-size:11px;
color:#333333;
font-weight:bold;
margin:0px 2px 0px 2px;
background:url(../media/menu_hover.gif) no-repeat top left;
}