<!--

body
{				
  cursor: default;
  font-family: arial; 
  font-size: 12px;
  background-image: url(bg.gif);
}
 
td
{				
  cursor: default;
  font-family: ms sans serif; 
  font-size: 14px;
  color: #000000;
}
 
img {
  border: 0px;
}

button, input, object, select, submit, textarea
{			
  border: 1px solid #bB8E06;
  font-family: tahoma; 
  font-size: 12px;
}

.thumb
{
	border: 1px solid #000000;
}

.tab_list {
	font-size: 10px; 
}

.tab_top {
	border-bottom: 2px solid #020202;
	font-weight: bold;
}

.tab_info
{
	border: 1px #c2c4c7;
	border-style: outset;
	font-size: 11px;
	background-color: #e2e4e7;
}

.tab_gb
{
	border-left: 1px solid #929497;
	border-right: 1px solid #929497;
	border-bottom: 1px solid #929497;
	font-size: 13px;
	background-color: #e2e4e7;
}

.tab2
{
	padding-top: 6px; 
	padding-left: 3px; 
	padding-right: 3px; 
	padding-bottom: 4px; 
}

.tab3
{
	padding-top: 0px; 
	padding-left: 10px; 
	padding-right: 5px; 
	padding-bottom: 0px; 
	height: 24px;
}

.tab_nav {
  font-size: 14px; 
  font-weight: bold;
  background-image: url(nav_middle.gif);
}

.button
{
	border-right: #acb5b5 3px double;
	border-top: #c4cccc 3px double;
	border-left: #acb5b5 3px double;
	border-bottom: #6f7777 3px double;
	background-color: #FFFFFF;
	font-weight: bold;
}
.button:hover {
	BORDER-RIGHT: #c1a904 3px double;
	BORDER-TOP: #dBaE16 3px double;
	BORDER-LEFT: #c1a904 3px double;
	BORDER-BOTTOM: #dBaE16 3px double;
}

.button_red
{
	border-right: #acb5b5 3px double;
	border-top: #c4cccc 3px double;
	border-left: #acb5b5 3px double;
	border-bottom: #6f7777 3px double;
	background-color: #FFFFFF;
	font-weight: bold;
}
.button_red:hover {
	BORDER-RIGHT: #f11904 3px double;
	BORDER-TOP: #fB1E16 3px double;
	BORDER-LEFT: #f11904 3px double;
	BORDER-BOTTOM: #fB1E16 3px double;
}

.input {
	font-size: 11px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	padding-left: 3px; 
	padding-right: 2px; 
}


A:link,A:active,A:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
A:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

A.menu:link,A.menu:active,A.menu:visited {
  font-size: 13px; 
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
A.menu:hover {
  font-size: 13px; 
  font-weight: bold;
  color: #046789;
  text-decoration: none;
}

A.admin:link,A.admin:active,A.admin:visited {
  font-size: 12px; 
  color: #000000;
  text-decoration: none;
}
A.admin:hover {
  font-size: 12px; 
  color: #aB6E06;
  text-decoration: none;
}

A.nav:link,A.nav:active,A.nav:visited {
  font-size: 14px; 
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
A.nav:hover {
  font-size: 14px; 
  font-weight: bold;
  color: #dBaE16;
  text-decoration: none;
}

-->