body {
	background-image: url("../img/bg.jpg");
	background-repeat:repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link, a:visited {
	TEXT-DECORATION: none;
	color:#999999;
	font-weight:bold;
}

a:hover { 	
	TEXT-DECORATION: underline; 
}

a.news:link, a.news:visited {
	TEXT-DECORATION: none;
	color:#666666;
	font-weight:normal;
}

a.news:hover { 	
	TEXT-DECORATION: underline; 
}

.chiaro{
	color:#8D4F2D;
}

p, td, table, div, input, textarea, select {
	font-size:10px; 
	COLOR:#666666; 
	font-family: verdana; 
	font-weight: normal;
}

.verde {
	color: #5B9741;
	font-weight: bold;
}

.bluebig {
	color:#5E94D4;
	font-size: 16px;
	font-weight: bold;
}

.blue{
	color:#5E94D4;
	font-weight: bold;
}

.depoimento{
	float:left;
	margin:3px;
}

td.vertical-line{
	border-left-style: solid; 
	border-left-width: thin; 
	border-left-color: #e2e2e2;
}