body
{
background-color:#000000;
font-family: verdana,sans-serif;
top:0px;
}

#main {
	width: 900px;
}

.space_oriz { 
	height: 7px;
}

.space_vert { 
	width: 7px;
	float:left;
}

div.container{
width: 100%;
background: url(../images/bordo_inf_dx.gif) no-repeat bottom right;
}
div.head{
background: url(../images/bordo_sup_dx.gif) no-repeat top right;
margin: 0;
padding: 0;
}
div.head h4{
background: url(../images/bordo_sup_sx.gif) no-repeat top left;
margin:0;
padding: 20px 0 5px 0px;
color:#000000; 
font-weight: bold; 
font-size: 1.1em; 
}
div.container div.body{
background: url(../images/bordo_inf_sx.gif) no-repeat bottom left;
margin: 0;
padding: 10px 10px 20px 15px;
font-size:.95em;
}
div.body p{
padding: 0 10px 0 15px;
}

.small {
	 font-size:11px;
	
}

/*
HEADER
*/
.top {
	width:900px;
	
}

.top_box { 
  background: #FFFFFF;
  width:900px;
  
  
}



.boxcontent_header {
  padding: 0px 20px 0px 20px;

}

/*
LEFT BOX - MENU
*/

.left_box { 
  width:200px;
  float: Left;
  background: #FFFFFF
}
.login_boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.login_boxtop div { 
  height: 20px; 
  background: url(../images/nw.gif) no-repeat top left; 
}


/*
CONTENT BOX
*/

.content_body {
	float: left;
	width: 691px;
}

.box { 
  background: #FFFFFF;
}

.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}

/*
LINK MENU SX
*/

a:visited.menu_sx
{
	text-decoration:none;
 color: #000000;
 font-weight: bold;
 
}

a:link.menu_sx
{
	text-decoration:none;
 color: #000000;
 font-weight: bold;
}

a:hover.menu_sx
{
	text-decoration:none;

 color: #006600;
 font-weight: bold;
}

/* 
tooltip 
*/

a
{
	position:relative;
	z-index:24;
	text-decoration: none
}

a:hover
{
	z-index: 25;
}

a span
{
	display: none;
}

a:hover span
{
	display: block; 
	position:absolute;
	top: 2.1em; 
	left: 1.5em; 
	width: 23em;
	border: 1px solid #000000; 
	background-color: #fff; 
	color:#000;
	font-size: 60%;
	text-align: left;
}