P {
/*	font-family: Arial, Helvetica, sans-serif; */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* 
	20080820 vplenter
	testing really: parapgrapg with borders 
*/

.pborder {
	border-style:solid;
	border-bottom-width:thin;
	border:#CC9966;
}

.quotation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	color:#3F489E;
	text-align: left;
	margin: 7px;
}

/* workadound for stupid IE bug */
OL {
	text-align:left;
}

h2.copyhead {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-stretch:expanded;
/* color:#b1742c; */
/* green below */
/*color: #1f7c62;   */
/* final blue: as of 20080713 */
color:#3F489E;
text-align:left;
}



/* above copyhead is tied to h2. Need this without h2 for layout in FAQ pages*/

.faq_copyhead {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-stretch:expanded;
font-weight:bold;
color:#3F489E;
text-align:left;
}

/* sub heads for text to match H2 above */
.copySubHead {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-stretch:expanded;
/* final blue: as of 20080713 */
/* color:#3F489E; */
/* final sand as of 20080728 */
color:#B1742C;
text-align:left;
}

.new_green {
color: #1f7c62;
}

ul { 
text-align: left;
}

.footnote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	text-align:left;
	font-style:italic;
}

/* generic image floater */

img.floatleft {
	float: left;
	margin: 2px;
	margin-left: 0px;
	
	margin-right: 10px;
}

img.floatright {
	float: right;
	margin-right: 0px;
	margin-left: 8px;
}

/* used for MyBodyHOLIDAY price paragraph */
.mbh_price {
	text-align: right;
	font-weight:bold;
	vertical-align:top;
}

/* for error text */	
.err {
color:#FF0000;
}


/* used for form fieldset labels */
.fieldset_label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#3F489E;
}

