/* HEADING STYLES */





.Heading0 { /* Paragraph Headings */
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 4;

}





.Heading1 { /* Table or Nav Headings */



	font-family: Arial, sans-serif; 

	font-size: 15px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}



.Heading2 { /* Page Titles */



	font-family: Arial, sans-serif; 

	font-size: 19px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}



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



	font-family: Arial, sans-serif; 

	font-size: 21px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}







/* TEXT STYLES */





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



	font-family: Arial, sans-serif; 

	font-size: 11px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}



.Text1 { /* Normal body text */



	font-family: Arial, sans-serif; 

	font-size: 13px; 

	font-style: normal; 

	font-weight: normal; 

	color: #000000

}



.Text2 { /* Summary Text */

	font-family: Arial, sans-serif;

	font-size: 15px;

	font-style: normal;

	font-weight: normal;

	color: #000000;

	line-height: 24px;

}


.Text3 { /* Summary Text */

	font-family: Arial, sans-serif;

	font-size: 22px;

	font-style: normal;

	font-weight: normal;

	color: #999966;

	line-height: 22px;

}





/* LINK STYLES */



A:link {   /* for unvisited links */

	color: #003366;

	text-decoration: underline
	 }



A:visited {  /* for visited links */

	color: #003399;

	text-decoration: underline

	}





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

	color: #003366;

	text-decoration: underline 

	}









a.Link0 {   /* Footer Links */



	font-family: Arial, sans-serif; 

	font-size: 11px; 

	font-style: normal; 

	font-weight: normal; 

}



a.Link1 {   /* Normal or Local Nav*/



	font-family: Arial, sans-serif; 

	font-size: 13px; 

	font-style: normal; 

	font-weight: normal; 

}



a.Link2 { /* Secondary Nav */



	font-family: Arial, sans-serif; 

	font-size: 15px; 

	font-style: normal; 

	font-weight: normal; 

}



a.Link3 {

	font-family: Arial, sans-serif;

	font-size: 16px;

	font-style: normal;

	font-weight: bolder;

}



a.Link4 { /* Trip Name Link */



	font-family: Arial, sans-serif; 

	font-size: 19px; 

	font-style: normal; 

	font-weight: normal; 

}
