body
{
	background-image:		url("pics/back.png");
	background-attachment:	fixed;
	background-position:	bottom;
	background-repeat:		repeat-x;
	background-color:		#141414;
	margin:					0;
	color:					#444444;
	font-weight:			bold;
	font-family:			Arial;
	font-size:				14px;
}

table
{
	color:					#444444;
	font-weight:			bold;
	font-family:			Arial;
	font-size:				14px;
	padding:				0;
	margin:					0;
	border-spacing:			0px;
}

table.menutable
{
	width: 					465px; 
	height: 				440px; 
	display: 				none; 
}

table.middletable
{
	visibility:				hidden;
	width: 					100%;
	height: 				480px;
	position:				absolute;
}

td,tr
{
	padding:				0;
	margin:					0;
	overflow:				hidden;
	vertical-align:			top;
}

td.content
{
	background-image: 		url("pics/tback3.png");
	background-position:	right;
	background-repeat:		no-repeat;
	width:					535px;
}

div.content, table.content
{
	display:				none;
	width:					535px;
}

span.header
{
	font-style:				italic;
	color:					#FF660C;
	font-size:				20px;
}

span.name
{
	font-style:				italic;
	color:					#FF660C;
}

span.error
{
	color:					#FF0000;
}

span.ok
{
	color:					#00AA00;
}

td.menu1
{
	width: 200px; 
}

td.menu2
{
	width: 265px;
	height:	40px;
}

img.b
{
	border:					1px	solid #666666;
}

img.h
{
	border:					1px	solid #666666;
	cursor:					pointer;
}

img.menu
{
	cursor: 				pointer; 
	display: 				block;
}

a:link
{
	color:					#444444;
	text-decoration:		none;
}

a:visited
{
	text-decoration:		none;
}

a:active
{
	text-decoration:		none;
}

a:hover
{
	color:					#FF660C;
	text-decoration:		none;
}

a:visited
{
	color:					#444444;
	text-decoration:		none;
}

a:visited:hover
{
	color:					#FF660C;
	text-decoration:		none;
}

div.img
{
	display:				none;
	position:				absolute;
	left:					0;
	top:					0;
	background-color:		#000000;
}

div.full
{
	display:				none;
	position:				absolute;
	background-color:		#000000;
	border:					#666666 1px solid;
	padding:				5px;
	background-image:		url("pics/back.png");
	background-attachment:	fixed;
	background-position:	bottom;
	background-repeat:		repeat-x;
	background-color:		#141414;
}
