BODY {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin Table Formating Definitions
*/
/*---------------------------------------------------------------------------*/

TABLE  {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	}
	
TD {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	}
	
TH {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin List Formating Definitions
*/
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	}
	
UL {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	}
	
OL {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	}

.headline.destinationHead {
	font-size: 16px;
	color: 6699ff;
	font-weight: bold;
	}
	
.headline.destinationTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: CC99FF;
	}


/*---------------------------------------------------------------------------*/	
/* Begin Formating Definitions for HTML elements
*/
/*---------------------------------------------------------------------------*/
P {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
; color: #000000
	}
	
H1 {
	font-family: "Garamond", Garamond, mono;
	font-size: 18px;
	font-weight: bold;
	}
	
H2 {
	font-family: "Garamond", Garamond, mono;
	font-size: 15px;
	font-weight: bold;
	}

H3 {
	font-family: "Garamond", Garamond, mono;
	font-size: 12px;
	font-weight: bold;
	}

FONT {
	font-family: "Garamond", Garamond, mono;
	}

SELECT {
	font-family: "Garamond", Garamond, mono;
	font-weight: bold;
	font-size: 14px;
	}

TEXTAREA {
	font-family: "Garamond", Garamond, mono;
	font-size: 14px;
	}
a:active {  font-family: "Garamond", Garamond, mono; font-size: 14px; color:#F77B6B; text-decoration: none}
a:visited {  font-family: "Garamond", Garamond, mono; font-size: 14px; color: #F77B6B; text-decoration: none}
a:link {  font-family: "Garamond", Garamond, mono; font-size: 14px; font-style: normal; text-decoration: none; color: #F77B6B}
a:hover {  font-family: "Garamond", Garamond, mono; font-size: 14px; color: #CECEFF; text-decoration: none}
