@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;
}
.p_dark {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 1em;
	color: #000;
}
.p_sans_blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
.p_lav {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 1.6em;
	color: #CCCCFF;
	font-weight: bold;
	text-align: center;
}
.p_lavL {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: .9em;
	color: #CCCCFF;
}
.p_back_lav {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: .85em;
	color: #CCCCFF;
	font-weight: bold;
	text-align: center;
}
.p_pink {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 1.6em;
	color: #FFCCFF;
	font-weight: bold;
	text-align: center;
}
.p_pinkL {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: .9em;
	color: #FFCCFF;
}
.p_back_pink {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: .85em;
	color: #FFCCFF;
	font-weight: bold;
	text-align: center;
}
.p_blk {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.p_back_blk {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 0.85em;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.p_wht {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 1.4em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.p_back_wht {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 0.85em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.p_turq {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 1.4em;
	color: #9FF;
	font-weight: bold;
	text-align: center;
}
.p_back_turq {
	font-family: "Tiffany Lt BT", "Cataneo BT", "Georgia", "Times New Roman", "Times", "serif";
	font-size: 0.85em;
	color: #9FF;
	font-weight: bold;
	text-align: center;
}
.pLable {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFC;
	text-align: center;
	white-space: normal;
}
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;
}


