body, table, td, div, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;		
	line-height: 130%;
}

body
{
	color: #000000;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}

body.body_gallery
{
	color: #63352a;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
}

a { color: #ee9020; font-weight: bold; text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
/* a:active { text-decoration: none; } */

a.disabled { color: #000000; font-weight: bold; text-decoration: none; }
a.disabled:hover { text-decoration: none; }

/* p, form { margin: 0px } */
p { margin: 10px 0px 0px 0px }
form { margin: 0px }

.white { color: #ffffff; }
.orange { color: #ee9020; }
.brown { color: #63352a; }
.brown2 { color: #8C6239; }
.brown3 { color: #BD9F7F; }

.bold { font-weight: bold; }
.normal { font-weight: normal; }

.h-1 { font-size: 10px; }
.h1 { font-size: 12px; }
.h2 { font-size: 13px; }
.h3 { font-size: 14px; }

.b_table
{
	border: 1px solid #ffffff;
}
.b_table_books
{
	border: 1px solid #f8f7f0;
}
.b_img_orange
{
	border: 1px solid #ee9020;
}
.b_img_brown
{
	border: 1px solid #63352a;
}
.b_gallery
{
	border: 1px solid #000000;
}

input.register { width: 250px; height: 20px; }
textarea.register { width: 250px; height: 50px; }
textarea.post { width: 500px; height: 200px; }
select.archive { width: 200px; height: 18px; background-color: #ffffff; color: #000000; }