@charset "UTF-8";
.copy {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
.introcopy {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
.introcopybold {
	font-family: "Arial";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #434343;
}
.white {
	font-family: "Century Gothic";
	font-size: 19px;
	font-style: italic;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
}
a.one:link {
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
a.one:visited {
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
a.one:hover{
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #000000;
}
a.one:active {
	font-family: "Arial";
	font-size: 13px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
a.two:link {
font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
a.two:visited {
font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
a.two:hover{
font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #7e7e7e;
}
a.two:active {
font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5d5d5d;
}
.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;
}