body
{
	font-size: small;
	cursor: default;
	font-family: Arial, Sans-Serif;
	color: White;
	background-color: #67a7cc;
	
}

IMG
{
	cursor: default;
	border-right: silver 5px outset;
	border-top: silver 5px outset;
	border-left: silver 5px outset;
	border-bottom: silver 5px outset;
}

.IMG_NoBorder
{
	cursor: pointer;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

.Thumbnail
{
	cursor: pointer;
}

.ThumbnailSelected
{
	cursor: pointer;
	border-right: red 5px solid;
	border-top: red 5px solid;
	border-left: red 5px solid;
	border-bottom: red 5px solid;
}


.Heading1
{
	font-weight: bold;
	font-size: medium;
	text-align: center;
}
.Heading2
{
	font-weight: bold;
	font-size: small;
	text-align: center;
}
.BannerText
{
	font-weight: bold;
	font-size: small;
	text-align: center;
}

.Links
{
	font-size: 8pt;
	color: Black;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: White;
	border-bottom-style: outset;
}
.ScaleSelector
{
	font-size: 8pt;
	color: Black;
}

.MenuItem
{
	cursor: pointer;
	color: Black;
	background-color: White;
}
.MenuItemDisabled
{
	color: Black;
	font-style: italic;
	background-color: White;
}

.MenuItemReverse
{
	cursor: pointer;
	color: White;
	background-color: background;
}

.MenuHeader
{
	font-weight: bold;
	color: White;
	background-color: background;
}

.BodyHome
{
}
.BodyHomeBannerText
{
	font-size: x-small;
	background-color: #dcdcdc;
	color: Black
}

.BodyAntarctic
{
}
.BodyAntarcticBannerText
{
	font-size: x-small;
	background-color: #dcdcdc;
	color: Black
}

.BodyHikes
{
}
.BodyHikesBannerText
{
	font-size: x-small;
	background-color: #dcdcdc;
	color: Black
}

.BodyTravels
{
}
.BodyTravelsBannerText
{
}
.SmallestFont
{
	font-size: 8pt;
}

.TableHeader {
	background: Silver;
	color: Black;
}

.RowOdd {
	background: White;
	color:Black;
}

.RowEven {
	background: #ccffff;
	color:Black;
}

.TableOfCondiments {
	background: #67a7cc;
	color:#093000;
}

