@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #dadada;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
}

html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}

a:link {
	color: #79588d;
	text-decoration: none;
}
a:visited {
	color: #79588d;
	text-decoration: none;
}
a:hover {
	color: #a77ec0;
	text-decoration: none;
}
a:active {
	color: #79588d;
	text-decoration: none;
}

a {
   outline: 0;
}

a.footerlink:link {
	color: #797979;
	text-decoration: none;
}
a.footerlink:visited {
	color: #797979;
	text-decoration: none;
}
a.footerlink:hover {
	color: #79588d;
	text-decoration: none;
}
a.footerlink:active {
	color: #797979;
	text-decoration: none;
}



input {
 outline:none;
}



#top10oldbtn {
display:none;
position: absolute;
right: 150px;
top: 17px;
z-index: 999;
}

.top10old {
width: 120px;
height: 120px;
background-image: url(../images/top10old.png);
background-repeat:no-repeat;
}

.top10old:hover {
background-image: url(../images/top10-rollold.png);
}




#top10btn {
display:none;
position: absolute;
right: 17px;
top: 17px;
z-index: 999;
}

.top10 {
width: 120px;
height: 120px;
background-image: url(../images/top10.png);
background-repeat:no-repeat;
}

.top10:hover {
background-image: url(../images/top10-roll.png);
}
