@charset "utf-8";
/* CSS Document */

.graphlink {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 0.80em;
}

.graphactivity {
	color: #000;
	font-weight: normal;
	font-size: 0.80em;
}

.tripheadings {
	text-align:center;
}

.countrynames {
	font-size: 0.80em;
	text-align:left;
}

.triplink {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	font-style:italic;
}

div#introtext {
	border: solid green 0px;
	text-align: justify;
	line-height: 18px;
}

div#tripgraph {
	margin-left: 25px;
	width: 626px;
}

div#tripsheading {
	text-align: center;
}

.tripsdark {
	background-color: #CCCCCC;
}

.tripslight {
	background-color: #EAEAEA;
}

div#formborder {
	border: 1px solid #f26722;
}

div#formborderinside {
	border: 1px solid #ffd2bc;
}

.tripsbiline {
	font-size:13px;
	text-align:center;
}

div#smalltext {
	text-align: justify;
	line-height: 18px;
	font-size: 10px;
}