@charset "UTF-8";
.graymedium {
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-weight: 400 ;
	font-variant: normal;
	text-decoration: none;
	color: #3e3e3e;
}
.graycopy {
	font-family: "Times New Roman";
	font-size: 15px;
	font-style: normal;
	font-weight: 300 ;
	font-variant: normal;
	text-decoration: ;
	color: #767676;
}
a:link {
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-weight: 400 ;
	font-variant: normal;
	text-decoration: none;
	color: #3e3e3e;
}a:active {
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-weight: 400 ;
	font-variant: normal;
	text-decoration: none;
	color: #3e3e3e;
}
a:hover{
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-weight: 400 ;
	font-variant: normal;
	text-decoration: none;
	color:6c6c6c;
}
a:visited {
	font-family: "Times New Roman";
	font-size: 20px;
	font-style: normal;
	font-weight: 400 ;
	font-variant: normal;
	text-decoration: none;
	color: #3e3e3e;
}
.scroll-track-top {
    height:10px; width:10px; background-image: url('images/track_top.png');
}

.scroll-track-bot {
    height:10px; width:10px; background-image: url('images/track_bot.png');
}

.scroll-track {
    height:10px; width:10px; background-image: url('images/track_bg.png');
}

.scroll-handle {
    height:60px; width:10px; background-image: url('images/handle_mid.png'); cursor:pointer;
}

.scroll-handle-top {
    height:8px; width:10px; background-image: url('images/handle_top.png'); background-repeat: repeat; cursor:pointer;
}

.scroll-handle-bot {
    height:8px; width:10px; background-image: url('images/handle_bot.png'); background-repeat: repeat; cursor:pointer;
}