/* CSS Document */
.footer .channel{
width:100%;
overflow:hidden;
margin-top:13px;
}

.footer .channel .interval1{
width:10px;
height:20px;
float:left;
background:#a9a9a9;
}

.footer .channel .interval2{
width:10px;
height:20px;
float:left;
background:#ffaa46;
}

.footer .channel .interval3{
width:10px;
height:20px;
float:left;
background:#7777fb;
}

.footer .channel .interval4{
width:10px;
height:20px;
float:left;
background:#3a3f81;
}

.footer .channel a{
display:block;
float:left;
margin-left:6px;
margin-right:16px;
text-decoration:none;
font-family:"Book Antiqua", Arial, Helvetica, sans-serif;
color:#589231;
font-weight:bold;
font-size:16px;
}

.footer .bottom{
margin-top:60px;
color:#3769a6;
text-align:center;
font-size:14px;
}