/* home page*/
.headerimg{
	background: url(../images/af.gif) no-repeat center;
}

.phoneimg{
	background: url(../images/telefones.gif) no-repeat;
}

.doublesimg{
	background: url(../images/doubles.gif) no-repeat;
}

body{
	/*background: url(../images/bg_red.jpg) repeat-x fixed;*/
	width: 100%;
	background-color: #D32B1E;
}

.newstitle{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #D32B1E;
	text-decoration: none;
}

.newssummary{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: black;
}

#dashed{
	margin: 0 4px 0 0;
	padding: 0 0 4px 3px;
	background: url(../images/dashed.jpg) repeat-x;
}

/* agenda */
.agendatable{
	border-top: 1.5pt dashed #C0C0C0;
	border-left: 1.5pt dashed #C0C0C0;
	border-bottom: 1.5pt dashed #C0C0C0;
	border-right: 1.5pt dashed #C0C0C0;
	color: darkblue;
}

.agendatablered{
	color: #D32B1E;
}

#greybar{
	margin: 0 4px 0 0;
	padding: 0 0 4px 3px;
	background: url(../images/grey_bar.jpg) repeat-x;
}