﻿/* nstl-footcss */
/**bomnav**/
#bomnav{
height:40px;
}
.bomnavl{
background-image:url(../images/bomnav_l.gif);
width:14px;
height:40px;
float:left;
}
.bomnavc{
background-image:url(../images/bomnav_bg.gif);
width:932px;
height:22px;
float:left;
padding-top:18px;
font-size:12px;
}
.bomnavc a{
font-size:12px;
color:#000;
text-decoration:none;
}
.bomnavc a:hover{
color:#000;
text-decoration:underline;
}
.bomnavr{
background-image:url(../images/bomnav_r.gif);
width:14px;
height:40px;
float:right;
}
/**copyright**/
#copyright{
font-size:12px;
color:#000;
line-height:180%;
padding-top:15px;
padding-bottom:15px;
}