body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFCC;
}
a:link    {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}    /* unvisited links */
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}     /* visited links   */
a:hover   {
	color: #54A554;
	text-decoration: none;
	font-weight: bold;
}   /* user hovers     */
a:active  {
	color:  #000000;
	text-decoration: none;
	font-weight: bold;
}   /* active links    */
.header_big {
	font-size: 16px;
	font-weight: bold;

}
.header_middle {
	font-size: 13px;
	font-weight: bold;
}
.header_middle_yellow {
	font-size: 13px;
	font-weight: bold;
	color: #D99300;
}

.header_small {
	font-size: 11px;
	font-weight: bold;
}
.header_small_yellow {
	font-size: 11px;
	font-weight: bold;
	color: #D99300;
}
.itinerary_table{
	border: thin dashed #27D192;
}
.inline_picture_left{
	float:left;
}
.inline_picture_right{
	float:right;
}
.align_left{
	text-align: left;
}
HR {
      border-top: thin dashed #27D192;
      color: #FFFFCC;
      background-color: #FFFFCC;
      height: 4px;
    }
