body
{
	background-color: rgb(0, 0, 0);
	color: rgb(228, 228, 228);
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, Helv, Swiss, sans-serif;
	margin: 0; margin-top: 8px;
	border: 0;
	padding: 0;
}

h1		{ font-size: 12px; font-weight: bold; font-family: Verdana, Arial, sans-serif; margin-top: 0; margin-bottom: 12px; }
h2		{ font-size: 12px; font-weight: bold; font-family: Verdana, Arial, sans-serif; margin-top: 0; margin-bottom: 12px; }
a		{ color: rgb(255,   0,   0); text-decoration: none; }
a:hover	{ color: rgb(228, 228, 228); text-decoration: none; }
img		{ border: 0px solid; }
td		{ font-size: 12px; }

span .small	{ font-size:  9px; }
div ul		{ margin: 0 8px 8px 0; }

.inpbox
{
	color: rgb(228,228,228);
	background-color: rgb(16,16,16);
	border-color: rgb(92,92,92);
	border-width: 2px;
	border-style: dotted;
	scrollbar-base-color: rgb(92,92,92);
	scrollbar-arrow-color: rgb(16,16,16);
	scrollbar-DarkShadow-color: rgb(16,16,16);
}

.button
{
	cursor:pointer;
	color: rgb(255,0,0);
	background-color: rgb(16,16,16);
	border-color: rgb(92,92,92);
	border-width: 2px;
	border-style: dotted;
}

.button:hover
{
	cursor:pointer;
	color: rgb(228,228,228);
	background-color: rgb(16,16,16);
	border-color: rgb(92,92,92);
	border-width: 2px;
	border-style: dotted;
}

#navigation 
{
	border: 0;
	margin: 0; margin-left: auto; margin-right: auto;  
	padding: 0;
	color: rgb(255, 0, 0);
	display: block;
	position: float;
	clear: both;
	width: 540px; height: 58px;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, Helv, Swiss, sans-serif;
	line-height: 51px;
}

#navigation .top
{
	background: url(../fotos/logo_bgt.gif) right top no-repeat; 
	text-align: left;
}

#navigation .bottom
{
	background: url(../fotos/logo_bgb.gif) right top no-repeat; 
	text-align: right;
}

#navigation a, #navigation a:visited
{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#navigation a:hover, #navigation a:active, 
{
	color: #eee;
	text-decoration: none; 
	margin: 0; 
	border: 0; 
	padding: 0;
}

#navigation a.active { color: #eee; }

#navigation a .links {display:none;}
#navigation a:hover .links, #navigation .slinks
{
	color:red;
	border: 0;
	background:black;
	display:block;
	position:absolute;top:47px;left:50%;
	width: 400px; 
	height:14px;
	padding: 0;
	margin: 0; margin-left: -270px;
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, Helv, Swiss, sans-serif;
	font-style: italic;
	line-height:12px;
	text-align: right;
}
#navigation .slinks	{ z-index: 1; }
#navigation .links	{ z-index: 2; }

#content
{
	border: 0;
	margin: 0; margin-left: auto; margin-right: auto;  	
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 0;
	color: rgb(228,228,228);
	display: block;
	position: float;
	width: 540px; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, Helv, Swiss, sans-serif;
}

#content .box
{
	border: 0; 
	margin: 0;
	padding: 0;
	background: transparent;
	display: block; 
	position: relative;
	float: left;
	clear: none;
	width: auto;
}

#content .brbox
{
	border: 0; 
	margin: 0;
	padding: 0;
	background: transparent;
	display: block; 
	position: relative;
	float: none;
	clear: both;
	width: auto;
}

#content .refbox
{
	border: 0; 
	margin: 0; margin-bottom: 6px;
	background-image: url("../fotos/film2.gif");
	padding: 8px 40px 8px 40px;
	display: block; 
	position: relative;
	float: left;
	clear: none;
	width: auto;
}

