/* CSS Document */
#toTop {
	width:40px;
	height:16px;
	background:#FFFFFF;
	border:solid #C5C5C5 thin;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	bottom:10px;
	right:10px;
	cursor:pointer;
	padding:4px;
	position:fixed;
	}
			
#toTop a:link, #toTop a:visited {
	text-decoration:none;
	color:#D26D1F;
	}
	
#toTop a:hover {
	text-decoration:none;
	color:#000000;
	}
	
