
/* CSS Document */

a:hover img {
opacity: 0.80;
filter: alpha(opacity=85);
}

#pr{
	display:block;
	clear:both;
	width:100%;
	height:auto;
	padding-top:25px;
	padding-bottom:25px;
	background-color:transparent;
	text-align:center;
	margin:0 auto;
}
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 140px;
}
.pagetop a {
    display: block;
    background-color: #87C8C1;
    text-align: center;
    color: #1B6268;
    font-size: 12px;
    text-decoration: none;
    padding: 7px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.pagetop a:hover {
    display: block;
    background-color: #9DD8E4;
    text-align: center;
    color: #4F7997fff;
    font-size: 12px;
    text-decoration: none;
    padding:7px 10px;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
