@charset "utf-8";
/* CSS Document */

.headline {
	font-family: "Franklin Gothic Medium";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	align: left;
	
}
.subhead {
	font-family: "Century Gothic";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	font-style: oblique;
	align: left;
	
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.copy {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	
}
.message {
	font-family: TimelessTLig;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
	color: #CC6600;
	line-height: 16px;
}

#Scroller {
width:335px;
height:435px;
overflow: auto;
background: transparent;
padding: 15px;
direction:rtl;
scrollbar-base-color:#7a7b7d;

}
