@charset "utf-8";
/* CSS Document */


Body
{	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#022E58;
}

.Index_line
{
 	background:#707173;
	height:190px;
	width:100%;
}


.Index_line2
{
 	background:#232426;
	height:55px;
	width:100%;
}

.Menu
{
 	background:#232426;
	height:55px;
	width:100%;
}



.Menu
{
	background:#2F3539;
	height:40px;
	width:100%;
	font: bold 12px "Trebuchet MS", Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.Menu 
	A:Link 
{
	font: bold 12px "Trebuchet MS", Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.Menu 
A:Visited 
{
	font: bold 12px "Trebuchet MS", Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.Menu 
A:Hover 
{
	font: bold 12px "Trebuchet MS", Verdana;
	color: #FFFFFF;
	text-decoration: underline;
}
.Menu
A:Active 
{
	font: bold 12px "Trebuchet MS", Verdana;	color: #FFFFFF;
	text-decoration: none;
}



.Header
{
 	background:#707173;
	height:140px;
	width:800px;
}


.Cont
{
 	background:#FFFFFF;
	height:370px;
	width:800px;
}


.Bottom
{
 	background:#707173;
	height:70px;
	width:800px;
}


.Texto
{
	font: bold 12px "Trebuchet MS", Verdana;
	color: #587B90;
	text-decoration: none;
}


