/* Global Styles */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-align: justify;
	background-color: #CCCCCC;
	}

a {
	font:11px Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight:normal;
	text-decoration:none;
	}
	
a:hover {
	color: #26354A;
	}
	
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #FF6600;
	}

#navigation1 a {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	}
	
#navigation1 a:hover {
	color:#000099;
	}


	
/* Class Styles */

.logo {
	font:24px Times New Roman, Times, serif;
	color: #FFBA00;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	color: #D3DCE6;
	line-height:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	}
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#000066;
	line-height:14px;
	text-align: justify;
	}
	
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:.1em;
	line-height:16px;
	}

.bottom {
	color: #FFCC00;
	font-weight:normal;
	text-decoration:none;
	}
	
.bottom:hover {
	color: #ffffff;
	}
	
.trip_links {
	color: #26354A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
.trip_links:hover {
	color: #FF6600;
	font-weight:bold;
	}
	
.trip_static {
	color: #FF6600;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
.home_margin { 
	margin-top:5px; 
	margin-left:5px;
	margin-right:5px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000066;
	line-height:14px;
	text-align:justify;
	}

