/*************************************
 +Images
 *************************************/

.ft_lc_image1 {
	float: left;
	padding: 0 5px 10px 2px;
} 

.ft_lc_image2 {
	float: right;
	padding: 0 2px 0 5px;
} 

.ft_lc_image3 {
	float: left;
	padding: 0 5px 0 2px;
} 
 
 /*************************************
 +Left Column
 *************************************/
 
#ft_left_column {
	float: left;
	width: 640px;
	padding-top: 5px;
	padding-left: 5px;
}

#ft_left_column h1 {
	font-size: 22px;
	border-bottom: groove thin #000;
	padding: 5px 0 8px 0;
}

#ft_left_column h3 {
	font-size: 18px;
	border-bottom: groove thin #000;
	padding: 0 0 8px 0;
}

 /*************************************
 +Right Column
 *************************************/
 
 #ft_right_column {
	float: right;
	width: 300px;
	padding-top: 5px;
	margin-top: 24px;
}
 
 /*************************************
 +Price Table
 *************************************/
 
.ft_price_type {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #434343;
	background-color: #bfbc9c;
}

/*Start Price Table*/
#ft_table {
	width: 560px;
	border: thin #434343 outset;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
} 
 
.ft_row1 {
	text-align: center;
	border: thin #434343 inset;
}

.ft_row2 {
	text-align: center;
	background-color: #bfbc9c;
	border: thin #434343 inset;
}
 
 /*************************************
 +Details
 *************************************/ 
 
.details {
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px 2px 5px;
}

.bold {
	font-weight: bold;
}

.bold2 {
	font-weight: bold;
	font-size: 16px;
}

.italic {
	font-style: italic;
}

.italic2 {
	font-style: italic;
	font-size: 14px;
}

.bold-italic {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
 
 /*************************************
 +Body Type
 *************************************/
 
.ft_aba_type {
	font-size: 13px;
}

.ft_aba_type_lg{
	font-size: 16px;
}
 
.ft_type_bold {
	font-weight: bold;
}

.ft_type_ul {
	text-decoration: underline;
}

.ft_type_bold_ul {
	font-weight: bold;
	text-decoration: underline;
}

.ft_list_title {
	font-size: 15px;
	font-weight: bold;
	color: #434343;
	padding: 0 0 0 2px;
}

.ft_list_head {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	background-color: #bfbc9c;
	padding: 0 4px 0 2px;
	text-align: center;
}

.ft_list_head2 {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	background-color: #bfbc9c;
	padding: 0 4px 0 0;
	text-align: right;
}

.ft_list_head a:link {
	text-decoration: none;
	color: #434343;
}

.ft_list_head a {
	text-decoration: none;
	color: #434343;
}

.ft_list_head a:hover {
	text-decoration: underline;
	color: #434343;
}

.visa_mastercard {
	text-align: center;
	padding-bottom: 10px;
}

.hfc_type_ul {
	text-decoration: underline;
}

.hfc_aba_type_lg{
	font-size: 16px;
}
