﻿body
{
	color: #624329;
	font-family: Century Gothic, Verdana;
}

a:link {text-decoration: none;} 
a:visited {text-decoration: none;}

.blockIMG 
{
	display: block;
	margin: 0;
}


.MenuItem
{
	color: #624329;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}


.CurrentMenuItem
{
	color: #624329;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
}


.SelectedMenuItem
{
	color: #624329;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}


.BottomMenuItem
{
	color: #624329;
	font-size: 8pt;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}


.CurrentBottomMenuItem
{
	color: #624329;
	font-size: 8pt;
	font-weight: bold;
	cursor: default;
	font-weight: normal;
}


.SelectedBottomMenuItem
{
	color: #624329;
	font-size: 8pt;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}


#scrollingdiv
{
	/* Typical fixed height and fixed width example */
	width: 340px;
	height: 260px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}

.TableHeading
{
	font-weight: bold;
	font-size: small;
}

.TableData
{
	font-weight: normal;
	font-size: small;
}


