﻿/* CSS Document  */
.footer{
width:980px;
margin:0 auto;
_margin-top:-6px;
padding:10px 0 10px 0;
text-align:center;
border-top:2px solid #bccef7;
font-size:12px;
color:#777;
}
.footer a{
color:#777;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
.footer a:hover{
text-decoration:underline;
color:#366ae6;
}
.footer p{
font-size:12px;
line-height:10px;
*line-height:3px;
}