.font_normal13{
	font-size: 13px;
}
.font_normal14{
	font-size: 14px;
}
.amount_right{
    text-align:right;
}
.font_bold{
	font-weight: bold;
}
.grant_total{
        font-weight: bold;
        background-color: #c3df74;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll1 {
    position:fixed;
    right:65px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll1 span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-5px;
    margin-top:-8px;
    height:0;
    width:0;
    border-top: 8px solid transparent;
	border-right: 8px solid white;
	border-bottom: 8px solid transparent;
    border-right-color:#ffffff
}
#scroll1:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}