#faw {
	background: transparent;
	text-align: center;
	font-family: Arial,sans-serif;
	width: 400px;
	height: 365px;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	display: none;
	opacity: 0;
	KHTMLOpacity: 0;
	filter: alpha(opacity=0); 
	-moz-opacity: 0;
	z-index: 1000;	
}

#faw a {
	text-decoration: none;
	border: none;
}

#faw .ad {
	height: 345px;
	background:url(rich_geek.jpg) bottom no-repeat;
}
.ad-inside {
	margin:5px;
	
}
#faw img {
	border: none;
}

#faw .bar {
	background: url('bar.gif') no-repeat top left;
	height: 20px;
	line-height: 20px;
}

#faw .bar a {
	margin-left: 10px;
	font-weight: bold;
	float: left;
	color: #FFF;
	font-size: 10px;
}

#faw .bar .close {
	margin-right: 5px;
	display: block;
	width: 12px;
	height: 20px;
	float: right;
	background: url('close_off.gif') no-repeat center;
}

#faw.show {
	display: block;
}

.green {
color:#39A002;
}
.dark_blue {
color:#000080;
}
.blue {
color:#0000FF;
}

.red {
	color:#b20609;
}
.title {
	font-size:21px;
}
.big {
	font-size:18px;
}
.tiny {
	font-size:14px;
	}
.headings {
	font-size:24px;
	}
.large {
	font-size:21px;
	}
.roman{ font:"Times New Roman", Times, serif;}
.roman_title{font:24px/24px Georgia, "Times New Roman", Times, serif; font-weight:bold; /*color:#39A002;*/}
.roman_title_small{font:21px/21px Georgia, "Times New Roman", Times, serif; font-weight:bold; /*color:#39A002;*/}
.titles {font: Georgia, "Times New Roman", Times, serif; font-weight:bold;}
.highlight { background-color:#FFFF00;}