h1,h2,h3,h4,h5,h6
{
   color: #373526;
   margin-bottom: 2px;
   margin-top: 5px;

}
body
{
   color: #373526;
   bgcolor: #c2bea9
}



table.table_cool_background {background-color: #dbd9cd}
table.table_cool {border-style: hidden}
td.table_cool_headline
{
   background-color: #918a6f;
   color: #c2bea9;
   font-weight: bold
}
td.table_cool_field
{
   background-color: #c2bea9;
   color: #373526;
}
a:link.table_cool_field
{
color: #373526;
}
a:visited.table_cool_field
{
color: #FFFFFF;
}

.tabs .active .tab_start
{
  width: 8px;
  height: 23px;
  background-image:url('Graphics/Tabs/tabstart.png');
  float: left;
}
.tabs .active .tab_content
{
  height: 23px;
  background-image:url('Graphics/Tabs/tabcontent.png');
  background-repeat:repeat-x;
  font-family:arial, helvetica; 
  font-size:16px; 
  font-weight:bold;
  float: left;
}
.tabs .active .tab_end
{
  width: 2px;
  height: 23px;
  background-image:url('Graphics/Tabs/tabend.png');
  float: left;
}

.MenuButton
{
	width: 115px; 
	height: 22px; 
	background-image:url('Graphics/MenuButtons.png');
	font-family:Verdana; 
	font-size: 13px; 
	text-align: center;
}

.MenuButtonHilight
{
	width: 115px; 
	height: 22px; 
	background-image:url('Graphics/MenuButtons.png');
	background-position: 0px 22px;
	font-family:Verdana; 
	font-size: 13px; 
	text-align: center;
	font-weight: bold;
}


.MenuButtonText
{
	color:rgb(55,53,38); 
	padding-top: 2px; 
}

.MenuButtonText a:link 
{
	padding-top: 2px; 
	text-decoration: none;
	color:rgb(55,53,38);
	cursor: pointer;
}

.MenuButtonText a:visited 
{
	padding-top: 2px; 
	text-decoration: none;
	color:rgb(55,53,38);
	cursor: pointer;
}
.MenuButtonText a:active
{
	padding-top: 2px; 
	text-decoration: none;
	color:rgb(55,53,38);
	cursor: pointer;
}

.MenuButtonLink
{
	text-decoration: none;
}


