body {
	font-family: arial, sans-serif;
	font-size: 14px;
	background-color: white;
	color: black;
	text-align: center;
	margin: 0;
	padding: 0; 
}
body a:link , body a:visited {
    background-color : transparent;
    color : black;
    text-decoration : none;
}
body a:hover {
    background-color : transparent;
    color : blue;
    text-decoration : none;
}
#page {
	text-align: left;
	margin: 10px auto;
	padding: 0px;
	width: 760px;
}
#header {
	height: 76px;
	padding: 0px;
	color: orange;
	border: 1px solid bbb;
	background: url("pix/traveltip_header1.jpg"); 
}
#footer {
	margin: 0px;
	font-size: 80%;
	text-align:center;
	background-color: #eee;
	color: black;
}
#menu {
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	text-align: center;
	background: url("pix/traveltip_header2.jpg"); 
}
   
#menu #navlist {
	text-align: center; padding-bottom: 2px; padding-top: 0px; padding-left: 0; margin-top: 0; margin-left: 0; color: navy; line-height: 30px; margin: auto; text-align: center; width: 100%;
}
#navlist li {
	display: inline; padding-left: 0; padding-right: 0; padding-bottom: 3px; padding-top: 3px;
}
#navlist li a {
	padding-left: 10px; padding-right: 10px; padding-bottom: 1px; padding-top: 1px; color: white; font-weight: bold; text-decoration: none; border: 1px solid #bbbbbb; background-color: #d97d2b;
}
#navlist li a:hover {
	text-decoration: underline; background-color: #745941;
}
#navlist #active {
	border-left: 1px solid #fff;
}
#navlist #last a {	
	border-style: none;
}

.main {
	padding: 0;
	font-size: 9pt;
	padding-bottom: 2px;
}
.right {
	padding: 0;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	padding-right: 5;
	padding-bottom: 2px;
}
#gray {
	color: #ddd;
}
#white {
	color: white;
}
h1 {
	font-weight: bold;
	color: black;
	font-size: 20pt;
	margin: 0;
}
h2 {
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 140%;
}
.head {
	font-size: 9pt;
	padding: 2px;
	padding-left: 10px;
	margin: 0px;
	color: white;
	font-weight: bold;
	background: url("pix/cell_head.jpg");
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
}
.country_head {
	font-size: 11pt;
	padding: 3px;
	padding-left: 10px;
	margin: 0px;
	color: white;
	font-weight: bold;
	background: #020d33;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
}


.top_head {
	font-size: 9pt;
	padding: 2px;
	padding-left: 10px;
	margin-top: 13px;
	color: white;
	font-weight: bold;
}
.top_head2 {
	font-size: 9pt;
	padding: 2px;
	padding-left: 10px;
	margin-top: 30px;
	color: white;
	font-weight: bold;
}
.head a:link, .head a:visited {
    background-color : transparent;
    color : white;
    text-decoration : none;
}
.head a:hover {
    background-color : transparent;
    color : blue;
    text-decoration : none;
}
.head1 {
	font-size: 9pt;
	padding: 2px;
	margin: 0px;
	color: black;
	font-weight: bold;
	background: #ccc;
	border: 1px solid #bbbbbb;
}
.search {
	padding: 5px;
	float:right;
}
.cell {
	font-size: 9pt;
	padding: 4px;
	margin: 0px;
	margin-bottom: 12px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.cell1 {
	font-size: 9pt;
	padding: 4px;
	margin: 0px;
	background: #eee;
	margin-bottom: 12px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
#button {
	font-weight: bold;
	padding: 3px;
	color: white;
	font-size: 9pt;
	border-top: 3px solid white;
	background-color: #d97d2b;
	cursor: pointer;
}
#button_current {
	font-weight: bold;
	padding: 3px;
	color: white;
	font-size: 9pt;
	border-top: 3px solid white;
	background-color: #745941;
}
.right_head {
	font-weight: bold;
	padding: 3px;
	color: white;
	font-size: 9pt;
	border-top: 3px solid white;
	background-color: #d97d2b;
	cursor: pointer;
}

#content {
	clear: left;
	color: #ccc;
}

.spacing {
	padding: 15px;
}