BODY {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin Table Formating Definitions
*/
/*---------------------------------------------------------------------------*/

TABLE  {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
	
TD {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
	
TH {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-weight: bold;
	}
	
/*---------------------------------------------------------------------------*/	
/* Begin List Formating Definitions
*/
/*---------------------------------------------------------------------------*/
	
LI {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
	
UL {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
	
OL {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}

.headline.destinationHead {
	font-size: 12px;
	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: "Courier New", Courier, mono;
	font-size: 11px;
; color: #000000
	}
	
H1 {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	}
	
FONT {
	font-family: "Courier New", Courier, mono;
	}

SELECT {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	font-size: 11px;
	}

TEXTAREA {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	}
a:active {  font-family: "Courier New", Courier, mono; font-size: 11px; color: #000000; text-decoration: none}
a:visited {  font-family: "Courier New", Courier, mono; font-size: 11px; color: #CC0000; text-decoration: none}
a:link {  font-family: "Courier New", Courier, mono; font-size: 11px; font-style: normal; text-decoration: none; color: #990000}
a:hover {  font-family: "Courier New", Courier, mono; font-size: 11px; color: #000099; text-decoration: none}
