body {
	color: black;
	background-color: #A4BCD7;
}

h3 {color: #E17933;}

h4 {color: #000000;}

h5 {color: #E17933;}

h6 {color: #000000;}

.border-table { /*the main table around the outside of the page*/
	border: 1px solid #ddd;
	background-color: #FEFEF9;
}	

strong {color: #000000;}

a {color: #1D09AA;}

div.banner img{
	border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-top: 1px solid #ddd;
}


div.bookmarks{ border: 1px solid #ddd;}

/* start bottom table = links menu at the bottom of the page*/
div.bottom-table {
	border: 1px solid #ddd;
}

div.world-map p{
	color: #928787;
}

div.bottom-table {
	border: 1px solid #ddd;
}

div.bookmarks{border: 1px solid #ddd;}


tr.prices-content{
background-color: #DDDDDD;
}

tr.prices-header{
background-color: #2c2573;
color: #ffffff;
}

td.currency_converter{
	background-color: #DDDDDD;
}

.menulist li {	/*top menu list items when not selected or highlighted */
border: 1px solid #ddd;
width:123px;
}

.menulist li {	/*top menu list items when not selected or highlighted */
	 color: #1D09AA;
}
	/* Items in the dropdown submenus */
.menulist ul li {
 	color: #1D09AA;
	background-color: #DDDDDD;
	border-top: 1px solid white;
	/*border: 1px solid #DDDDDD;*/
}

.menulist a:hover, .menulist a:focus, .menulist a.highlighted:hover, a.highlighted { /*the list item which the mouse is currently over providing it has no submenu. this also appears briefly in the delay before the submenu is displayed*/
	 color: #E17933;
}

div.top-menus {
	top: 147px;
}


