body {font-family: Verdana; background: #f9f9f9; margin: auto; font-size: 12px;}
a { text-decoration : none; color: #3b3b3b;}
a:hover { text-decoration : underline;}

.all {
border-top: solid 1px #fff;
margin-top: 2px;
background: #fff;
}

.foot {
background: url('./img/foot.gif') repeat-x bottom  #96c0ea;
color: #fff;
font-size:12px;
padding: 3px;
margin-bottom:1px;
}

.foot a {
color: #00436f;
}

.foot a:hover{
text-decoration: underline;
}

.blue_line {
background: url('./img/blue_line.gif') repeat-x bottom  #96c0ea;
color: #fff;
margin-top: 0px;
padding-top: 4px;
padding-left: 5px;
height: 19px;
font-size:12px;
font-weight: bold;
}

.green_line {
background: url('./img/green_line.gif') repeat-x bottom  #96c0ea;
color: #fff;
margin-top: 0px;
padding-top: 4px;
padding-left: 5px;
height: 19px;
font-size:12px;
font-weight: bold;
}

.red_line {
background: url('./img/red_line.gif') repeat-x bottom  #96c0ea;
color: #fff;
margin-top: 0px;
padding-top: 4px;
padding-left: 5px;
height: 19px;
font-size:12px;
font-weight: bold;
}

.red_line a {
color: #700505;
}


img.ico {
vertical-align: middle;
margin-top: 1px
padding-top: 0px;
}

.menu_blue {
background: #e4f2ff;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 4px;
font-size: 12px;
text-align: left;
color: #6e6e6e;
border-bottom: solid 1px #fff;
}
.menu_blue a{
color: #0058b0;
}
.menu_blue a:hover{
text-decoration: underline;
}

.menu_red {
background: #ffe5e8;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 4px;
font-size: 12px;
text-align: left;
color: #6c000c;
border-bottom: solid 1px #fff;
}
.menu_red a{
color: #6c000c;
}
.menu_red a:hover{
text-decoration: underline;
}

.menu_green {
background: #e1fff0;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 4px;
font-size: 12px;
text-align: left;
color: #a8a8a8;
border-bottom: solid 1px #fff;
}
.menu_green a{
color: #006225;
}
.menu_green a:hover{
text-decoration: underline;
}


.footer_b {
background: #f9f9f9;
color: #4f4f4f;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 4px;
font-size: 12px;
text-align: left;
border-bottom: 1px dotted #AFCDDC
}

