body
{
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
}
.ltr, .rtl
{
	background-color: #be3720;
	/*text-align: center;*/
}
td
{
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
}
a
{
	font-weight: bold;
	color: #543930;
	text-decoration: none;
}
a:hover
{
	color: #e0861b;
}
h1
{
	font-weight: bold;
	font-size: 19px;
	font-family: Arial;
	color: #543930;
}
h2
{
	font-size: 18px;
	color: #e0861b;
	font-style: italic;
	font-family: Arial;
}
h3
{
	font-size: 16px;
	font-family: Arial;
	color: #543930;
	line-height: 18px;
}
h4
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial;
}

h5
{
	font-size: 14px;
	font-family: Arial;
	color: #543930;
}


/* Main Menu */
.CMSMenu
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #543930;
}

.CMSMenuItem
{
	padding-right: 20px;
	color: #f0ceb3;
	font-weight: bold;
	font-size: 12px;
}

.CMSMenuItemMouseUp, .CMSMenuItemMouseOver, .CMSMenuItemMouseDown, .CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	padding-right: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.CMSMenuHighlightedMenuItem, .CMSMenuHighlightedMenuItemMouseUp, .CMSMenuHighlightedMenuItemMouseDown, .CMSMenuHighlightedMenuItemMouseOver
{
	padding-right: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.SubCMSMenu
{
	background-color: #543930;
}

.SubCMSMenuItem
{
	background-color: #e0861b;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.SubCMSMenuItemMouseUp, .SubCMSMenuItemMouseOver, .SubCMSMenuItemMouseDown, .SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.SubCMSMenuHighlightedMenuItem, .SubCMSMenuHighlightedMenuItemMouseUp, .SubCMSMenuHighlightedMenuItemMouseOver, .SubCMSMenuHighlightedMenuItemMouseDown
{
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

.NewsTitle
{
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	color: #543930;
}

.NewsReleaseDate
{
	padding-bottom: 5px;
	font-style: italic;
}

.TextBox
{
	font-size: 12px;
	border-right: #a5acb2 1px solid;
	border-top: #a5acb2 1px solid;
	border-left: #a5acb2 1px solid;
	border-bottom: #a5acb2 1px solid;
	height: 20px;
	font-family: Arial;
}

.button
{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	background-color: #543930;
	color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	cursor: hand;
}

#BDSFooter
{
	float: right;
	font-size: 9px;
	color: #543930;
	font-family: Verdana;
	height: 11px;
	padding-right: 7px;
	padding-top: 5px;
}

#BDSFooter A
{
	font-size: 9px;
	color: #543930; 
	text-decoration: none;
	font-weight: normal;
}
#TribeFooter
{
	float: left;
	font-size: 9px;
	color: #543930;
	font-family: Verdana;
	height: 11px;
	padding-left: 7px;
	padding-top: 5px;
}
#TribeFooter A
{
	font-size: 9px;
	color: #543930;
	font-weight: normal;
	text-decoration: none;
}

.DataGrid
{
	background-color: #f5f5f5;
	width: 100%;
}
.DataGridItem
{ 
	font-size: 7pt; 
	font-family: verdana; 
	vertical-align: top;
}
.DataGridHeader
{
	background-color: #ECAC5E;
	color: #533930;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
.DataGrid.ItemStyle
{
	vertical-align: top;
}
.DataGrid.AlternatingItemStyle
{
	background-color: #f5f5f5;
	font-size: 7pt;
	font-family: verdana;
	vertical-align: top;
	border-right: #d3d3d3 1px solid;
}

.NotesDataGrid
{
	border-right-style: none;
	border-left-style: none;
	border-top: #d3d3d3 1px solid;
	padding-bottom: 10px;
}

.NotesDataGridNote
{
	border-right-style: none;
	border-left-style: none;
	border-top: #d3d3d3 1px solid;
	padding-bottom: 10px;
	padding-right: 10px;
}

.CMSTreeMenuTable
{
	padding-left: 30px;
}
.CMSTreeMenuSelectedLink
{
	color: #be3720;
}