body
{
	font-family: Lucida Sans Unicode, Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #6F4F21; /* #6B8804; */
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	border: none 0px #FFFFFF;
}

table
{
	font-size: 12px;
}

A
{
	text-decoration: none;
	color: #6F4F21; /* #6B8804; */
}

A:active, A:hover, A:visited
{
	text-decoration: none;
}

H1
{
	text-decoration: none;
	display: inline;
	font-size: 12px;
}

H2
{
	color: #6F4F21; /* #764902; */
	text-decoration: none;
	font-weight: normal;
	display: inline;
	font-size: 11px;
}

/* 
li
{
	font-style: italic;
}
*/
	
.imgArrow
{
	display:block;
	border: none 0px #FFFFFF;
	cursor: hand;
}

.imgButton
{
	border: none 0px #FFFFFF;
	cursor: hand;
}

.menu
{
	font-size: 12px;
	font-weight: bold;
	cursor: hand;
	padding-left: 6px;
	padding-right: 6px;
}

.emailaddress
{
	font-family: Tahoma;
	font-weight: bold;
}

.TitleFont
{
	color: #6F4F21; /* #764902; */
	font-size: 36px;
}

.subtitle
{
	font-weight: bold;
}

.caption
{
	color: #6F4F21; /* #764902; */
	font-size: 11px;	
}

.tdTop
{
	border-top: solid 1px #6F4F21; /* #CCCCCC; */
}

.tdTopBottom
{
	border-top: solid 1px #6F4F21; /* #CCCCCC; */
	border-bottom: solid 1px #6F4F21; /* #CCCCCC; */
}

.tdMenu
{
	border-top: solid 1px #6F4F21; /* #CCCCCC; */
	border-bottom: solid 1px #6F4F21; /* #CCCCCC; */
	border-left: solid 1px #6F4F21; /* #CCCCCC; */
	border-right: solid 1px #6F4F21; /* #CCCCCC; */
	background-color: #6F4F21; /* #CCCCCC; */
}

.tdMenu A
{
	color: #FFFFFF;
}

.OverflowVisible
{
	  position: relative;
	  overflow: visible;
	  width: 100%;
	  height: 100%;
}

.OverflowAuto
{
	  position: relative;
	  overflow: auto;
	  width: 100%;
	  height: 300px;
}

.OverflowHidden
{
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 300px;
}
