@charset "UTF-8";
.graymedium {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #dedede;
}
.graymedium_bold {
		font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #dedede;
}
.darkgraymedium {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #5b5b5b;
}
.whitemedium {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	text-decoration: none;
	color: #ffffff;
	
}
.whitemedium_bold {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #ffffff;
	
}
.whitemedium_smallitalic {
	font-family: "Century Gothic";
	font-size: 11px;
	font-style: normal ;
	font-weight: 200 ;
	font-variant: normal;
	text-decoration: none;
	color: #e0e2e2;
}
.whitemedium_smallbold {
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	font-weight: bold ;
	font-variant: normal;
	text-decoration: none;
	color: #ffffff;
}
.whitelarge {
	font-family: "Century Gothic";
	font-size: 19px;
	font-style: normal;
	font-weight: bold ;
	font-variant: normal;
	text-decoration: none;
	color: #ffffff;
}

.maintextgrey {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-decoration: none;
	color: #dedede;
	}
.maintextgrey_bold {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #6d6e71;
	}
.headergrey {
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #6d6e71;
}
.formheight{
	height: 15px;
	font-family: "Verdana";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 120px;
}
a:link {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-decoration: none;
	color: #e0e2e2;
}
a:link2 {
	font-family: "Century Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight:  normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
}a:active {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-decoration: none;
	color: #e0e2e2;
}
a:hover{
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-decoration: none;
	color: 7b7b7b;
}
a:visited {
font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-decoration: none;
	color: #7b7b7b;
}
.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;
}