BODY {
	background-color : Black;
	color : White;
	font-family: Tahoma, sans-serif;
	vertical-align : top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	}
A:link {
	color: #FFD066;
	background: transparent;
	text-decoration: none;
	font-weight : bold;
}
A:visited {
	color: #FFC86A;
	background: transparent;
	text-decoration: none;
	font-weight : bold;
}
A:active {
	color: #FFE4B5;
	background: transparent;
	text-decoration: blink
}
A:hover {text-decoration: underline}

HR { border: 2px solid Black; }

.tablehook{ 
	border-top: 1px solid #946E3D;
	border-right: 1px solid #FFD363;
 }
.tableline{ 
	border-right: 1px solid #FFD363;
 }
.tablemenu{
	border-top: 1px solid #946E3D;
	border-right: 1px solid #946E3D;	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;	
	background: url("../images/table_back2.jpg");
}
.tablecontent{
	border-right: 1px solid #946E3D;
	border-left: 1px solid #946E3D;
	border-bottom: 1px solid #946E3D;	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #483409;
}
.leftpanelcontent{
	border-right: 1px solid #946E3D;
	border-bottom: 1px solid #946E3D;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #332217;
}
.bordercell{
	border: 1px solid #946E3D;
}
.contenttext{
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #FFDB91;
}
.contentdetail{
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	color: #C3C3B9;
}
.contentmenu {
	color: #FFE4B5;
	font-size:10pt;
	font-weight:bold;
}
.contenttitle {
	color: #FFE4B5;
	font-size:10pt;
}
.msg{ color: #DC143C;  font-size: 12pt;  font-weight: bold;   }

.admintitle{ color: White;  font-family: Tahoma, sans-serif;  font-size: 12pt;  font-weight: bold;    }

