/* HEADING STYLES */





.Heading0 { /* Paragraph Headings */



	font-family: "Times New Roman"; 

	font-size: 13px; 

	font-style: normal; 

	font-weight: bold; 

	color: #000000

}





.Heading1 { /* Table or Nav Headings */



	font-family: Times New Roman, sans-serif; 

	font-size: 16px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}



.Heading2 { /* Page Titles */



	font-family: Times New Roman, sans-serif; 

	font-size: 19px; 

	font-style: normal; 

	font-weight: normal; 

	color: #666666}



.Heading3 {  /* Section Headings i.e Destinations and Trips */



	font-family: Times New Roman, sans-serif; 

	font-size: 21px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}







/* TEXT STYLES */

.TextLG {  /* Small Printer, like the footer text */



	font-family: ARIAL, sans-serif; 

	font-size: 10px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}






.Text0 {  /* Small Printer, like the footer text */



	font-family: Times New Roman, sans-serif; 

	font-size: 11px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}



.Text1 {
	font-family: Times New Roman, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0;
	line-height: normal;

}



.Text2 { /* Summary Text */

	font-family: Times New Roman, sans-serif;

	font-size: 15px;

	font-style: normal;

	font-weight: normal;

	color: #000000;

	line-height: 15px;

}


.Text3 { /* Summary Text */

	font-family: Times New Roman, sans-serif;

	font-size: 22px;

	font-style: normal;

	font-weight: normal;

	color: #999966;

	line-height: 22px;

}





/* LINK STYLES */



A:link {   /* for unvisited links */

	color: #BF311B;

	text-decoration: underline 	

	 }



A:visited {  /* for visited links */

	color: #BF311B;

	text-decoration: underline
	}





A:hover {   /* when mouse is over link */

	color: #FF8401;

	text-decoration: underline 

	}









a.Link0 {   /* Footer Links */



	font-family: Times New Roman, sans-serif; 

	font-size: 11px; 

	font-style: normal; 

	font-weight: normal; 

}



a.Link1 {
	font-family: Times New Roman, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;

}



a.Link2 { /* Secondary Nav */



	font-family: Times New Roman, sans-serif; 

	font-size: 15px; 

	font-style: normal; 

	font-weight: normal; 

}



a.Link3 {
	font-family: "Times New Roman";
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;

}


a.Link3:visited {
	font-family: "Times New Roman";
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;

}

a.Link3:hover {
	font-family: "Times New Roman";
	font-style: normal;
	color: #999999;
	text-decoration: underline;

}





a.Link4 {
	font-family: "Times New Roman";
	font-style: normal;
	color: #BF311B;
	text-decoration: underline;
	font-size: 12px;

}


a.Link4:visited {
	font-family: "Times New Roman";
	font-style: normal;
	color: #BF311B;
	text-decoration: underline;

}

a.Link4:hover {
	font-family: "Times New Roman";
	font-style: normal;
	color: #993366;
	text-decoration: underline;

}




.Heading4 {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #BF311B;
}
.Text4 {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #CCCCCC;
}

  html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
	

