body td {
	font-size: 16px;
	font-weight: bold;
}

/* Trips Main Page */

H1.trips-print {
	display:inline;
	color: #000000;
	font-size: 20px;
	font-family: arial, sans-serif;
	font-style: italic;
	}

H2.trips-print {
	display:inline;
	font-size: 14px;
	color: #000000;
	font-family: arial, sans-serif;
	}
	
H2.trips-list {
	display:inline;
	font-size: 12px;
	color: #000000;
	font-family: arial, sans-serif;
	}
	
H3.trips {
	display:inline;
	color:#D8AC60;
	font-size: 12px;
	font-family: arial, sans-serif;
	}
	
H3.trips-display {
	display:inline;
	color:#D8AC60;
	font-size: 11px;
	font-family: arial, sans-serif;
	}
	
H3.trips-print {
	display:inline;
	font-size: 12px;
	color: #000000;
	font-family: arial, sans-serif;
	}
	
.trips_description {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	margin-left: 10;
}

.trips_description-display {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
}

.trips-td-white-header {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	background: #ffffff;
	text-align:center;
	font-weight: bold;
}

.trips-td-grey-header {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	background: #eeeeee;
	text-align:center;
	font-weight: bold;
}

.trips-td-white {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	background: #ffffff;
	text-align:center;
 	border-top:1px dotted #999999;
}

.trips-td-grey {
	font-size: 16px;
	font-family: Times New Roman, Times, serif;
	background: #eeeeee;
	text-align:center;
 	border-top:1px dotted #999999;
}

/* Link appearance */

A:link, A:visited { 
	text-decoration: underline;
	color: #BA7D32 }

A:hover { 
	color: #ffff00;
	text-decoration: none }

A.trips-list:link, A.trips-list:visited { 
	color: #0000cc;
	text-decoration: underline;
 }
	
A.trips-list:hover { 
	color: #BA7D32;
	text-decoration: none }
	
/* Heading appearance */

H1 {
	display:inline;
	color:#D8AC60;
	font-size: 32px;
	font-family: arial, sans-serif;
	font-style: italic;
	}

H2 {
	display:inline;
	color:#D8AC60;
	font-size: 16px;
	font-family: arial, sans-serif;
	}

H3 {
	display:inline;
	color:#D8AC60;
	font-size: 10px;
	font-family: arial, sans-serif;
	}

/* Event box appearance */

div.scroll {
	color: #000000;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	height: 300px;
	width: 275px;
	overflow: auto;
	padding: 8px;
	font-weight: normal;
	scrollbar-3dlight-color:#FAEBD7;
  scrollbar-arrow-color:#000000;
  scrollbar-base-color:#DEB887;
  scrollbar-track-color:#DEB887;
  scrollbar-darkshadow-color:#8B4513;
  scrollbar-face-color:#BA7D32;
  scrollbar-highlight-color:#FFEBCD;
  scrollbar-shadow-color:#8B4513 }
	
div.storescroll {
	height: 250px;
	width: 580px;
	overflow: auto;
	padding: 8px;
	background: #333333;
	scrollbar-3dlight-color:#FAEBD7;
  scrollbar-arrow-color:#000000;
  scrollbar-base-color:#DEB887;
  scrollbar-track-color:#DEB887;
  scrollbar-darkshadow-color:#8B4513;
  scrollbar-face-color:#BA7D32;
  scrollbar-highlight-color:#FFEBCD;
  scrollbar-shadow-color:#8B4513 }
	
/* E-Mail login appearance */

.maillogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 2 px;
}



/* Current News/Disscusion appearance */

.news_description {
	background: #ECD4AE;
	color: #000;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding: 3px;
	border: #BA7D32 solid 2px;
	border-top: none;
}


h2.news {
	background: #BA7D32;
	display: block;
	margin: 0px;
	padding: 2px;
}

h2.news a {
	color: #000;
}
