@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	color: #FFFFFF;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/backgradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p,ul{padding-bottom:0px;padding-top:10px;margin-top:0;margin-bottom:0; list-style-type:disc;}

h1{font-size:1.4em;}
a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color:#AFD779;
	font-weight:bold;
}
a:active {
	color:#AFD779;
	font-weight:bold;
}
.style1 {color: #3D3A3B}
#content{width:298px;margin:30px;}

#menu{float:right;margin-top:20px;margin-right:0;padding-right:0;
}
#refresh_button {
	position:absolute;
	right:0;
	top:75px;
	cursor:pointer;
}
.slide_holder {
	width:108px;
	height:69px;
	background:url(images/loading.gif);
}

/*#menu{float:right;margin-top:20px;margin-left:160px;border:1px solid #00FF00}

#wrapper{
	border:1px solid #FF0000;
	float:right;
	overflow:hidden;
	width:150px;
	position:absolute;
}*/