/* -------------------- Menus -------------------- */
.Menu {
	font-family: Arial, Verdana, sans serif;
	font-size: 11px;
	font-weight:bold;
	color:#cccccc;
	text-decoration: none;
	padding:0px 10px;
	}
.Menu:hover {
	color:#ffffff;
	}

.Copyright {
	font-family: Arial, Verdana, sans serif;
	font-size: 9px;
	font-weight:bold;
	color:#8b8e91;
	text-decoration: none;
	}
.Copyright:hover {color:#cf2627;}

.FooterMenu {
	font-family: Arial, Verdana, sans serif;
	font-size: 10px;
	font-weight:bold;
	color: #999195;
	text-decoration: none;
	padding:0px 10px;	
	}
.FooterMenu:hover {color:#605e5f;}


.linkTitle{
	font-family: Arial, Verdana, sans serif;
	font-size: 12px;
	font-weight: bold;
	color:#323030;
	line-height:24px;
	display: block;
	text-decoration: none;
}
.linkTitle:hover {color:#cf2627;}
/* -------------------- Fim de Menus -------------------- */

body{	
	background-image: url(images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#beb8c2;
	text-align:center;
	font-family: Arial, Verdana, sans serif;
	font-size: 11px;
	font-weight: normal;
	color:#959494;
}

.menuBg{	
	background-image: url(../images/menuBg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.title{
	font-family: Arial, Verdana, "sans serif";
	font-size: 16px;
	font-weight: bold;
	color:#e46c0a;
	line-height:24px;
	display: block;
}

.barra{	
	background-image: url(../images/gBarra.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding: 10px 0px;
}

img{
	border:0px;
}
