/* CSS Document */

a {	text-decoration: none;  }

a:hover {
		color:#FF6600;
		text-decoration: underline;
		} 

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666699;
	font-weight: normal;
	padding: 2px 1px 2px 5px;
	text-decoration: none;
	height: 10px;
	float: left;
	vertical-align: middle;
	page-break-before: always;
}

/* Ads */

#topbar {
	position: absolute;
	border: 1px solid #808080;
	padding: 2px;
	background-color: #D4D0C8;
	width: 250px;
	visibility: hidden;
	z-index: 100;
}

.close_bar {
	text-align: right;
	padding: 2px;
	margin-bottom: 2px;
	background-color: #226CF3;
}

