@charset "utf-8";
/* CSS Document */

.sCaption {
	font-family: Cataneo BT, Tiffany Lt BT, Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
p {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 1.2em;
	color: #CCFFFF;}
h1 {
	font-family:"Tiffany Lt BT", "Cataneo BT",  "Georgia", "Times New Roman", "Times", "serif";
	font-size:3em;
	color: #CCFFFF;	
}
h2 {
	font-family:"Tiffany Lt BT", "Cataneo BT",  "Georgia", "Times New Roman", "Times", "serif";
	font-size:2.2em;
	color: #CCFFFF;	
}
	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.pLable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #FFC;
	text-align: center;
}