
/* Booking form //////////////////////////////////////////////////*/

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #012348;
 font-size:12px;
 font-weight: normal;
 line-height: 140%;
 text-decoration: none;
}

/********************************** PARAGRAPH SPACING IS TOTALLY CONTROLLED *************************************/

/* first set the overall default paragraph space to ZERO */

/* p { margin-top: 0px; margin-bottom: 0px; } */

p.booking_title  { margin-top: 0px; margin-bottom: 0px; }

p.booking_sub_title  { margin-top: 0px; margin-bottom: 8px; }

p.booking_text  { margin-left: 15px; margin-right: 10px; margin-top: 0px; margin-bottom: 0px; }

p.booking_list  { margin-left: 6px; margin-right: 10px; margin-top: 0px; margin-bottom: 1px; }

p.booking_text_bottom  { margin-left: 15px; margin-right: 10px; margin-top: 0px; margin-bottom: -15px; }

/********************************** PARAGRAPH SPACING IS TOTALLY CONTROLLED *************************************/

a.booking_list_link:hover { color: #33FFFF; } /* rollover */

.booking_title {  
 color: #FFCC00;
 font-size: 19px;
 font-weight: bold;
 line-height: 100%;
 text-decoration: none;
}

.booking_sub_title {  
 color: #FFCC00;
 font-size: 14px;
 font-weight: normal;
 line-height: 115%;
 text-decoration: none;
}

.booking_text { 
 color: #FFFFFF;
 font-size: 13px;
 line-height: 120%;
 text-decoration: none;
}

.booking_list {
 color: #FFFFFF;
 font-size: 12x;
 line-height: 110%;
 text-decoration: none;
}

.booking_list_bullet {
 font-family: Wingdings 3;
 color: #FFFFFF;
 font-size: 12px;
 line-height: 110%;
 text-decoration: none;
}

.booking_list_link {
 color: #FFCC00;
 font-size: 12px;
 font-style: italic;
 line-height: 160%;
 text-decoration: none;
}

.booking_text_bottom { 
 color: #FFFFFF;
 font-size: 12px;
 line-height: 140%;
 text-decoration: none;
}

.spacer {
 color: #012348;
 font-size:4px;
 font-weight: normal;
 line-height: 50%;
}


 




 


