@font-face {
	font-family: bahamas_font;
	src: url('BAHAMALN.eot');
	/*src: url('BAHAMALN.TTF');*/
	src: local('bahamas_font'), 
         local('bahamas_font'), 
         url('BAHAMALN.TTF') format('truetype');
	/*src: local('bahamas_font'), 
         local('bahamas_font'), 
         url('BAHAMALN.TTF') format('truetype'),
         url('Comfortaa.svg#font') format('svg');*/
}
/*p.custom_font{*/
	/*font-family: bahamas_font;*/ /* no .ttf */
/*}*/ 

.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.textGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.textGrey:Hover {
	color: #f7941d;
}
.textGreyMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 7px;
}
.textBoldDarkGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.textGreyMenu:Hover {
	color: #f7941d;
}
.textBoldDarkGreySmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.textBoldDarkBlkSmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.textBoldOrangeEmail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #f7941d;
	text-decoration: none;
}

.textBoldOrangeEmail:Hover {
	text-decoration: underline;
}
.textGreyMenuOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #f7941d;
	text-decoration: none;
	padding-top: 7px;
}
.titleBlk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.titleBlk_custom_font {
	font-family: bahamas_font; /* no .ttf */
	font-size: 42px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

