/*------------------html elements-----------------------*/



body {
	background-color:#F5AF92;
	color:#000000;
	font-size:70%;
	margin:1em;
	padding:0em;
}
p{
margin-bottom:15px;
}

.greenlink {	
	color:#68A051;
	text-decoration:none;
}

.greenlink:hover {
	color:#000000;
}
.yellowlink {	
	color:#FFFF00;
	text-decoration:none;
}

.yellowlink:hover {
	color:#000000;
}

.red{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#730D17;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	}
.white{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	}
.whitesmall{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
	}	
.whitetitle{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
	line-height:18px;
	}
.black{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:15px;
	font-weight:normal;
	line-height:18px;
	}		
.yellow{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFF00;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	padding:5px 5px 5px 5px;
	}	
.menu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#68A051;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0em;
	margin:15px 10px 15px 5px;
	}	
.menu:hover{
	color:#000000;
	}
.menuon{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0em;
	margin:15px 10px 15px 5px;
	}
.trip{
	margin:10px 10px 10px 3px;
	}







