@import url("layout.css");

body {
	font: .8em Arial, Helvetica, sans-serif;
	background: #ffffcb url("../../imgs/bg_color.jpg") repeat-x top left fixed;	
	color:#333333;
}

a {	
	color: #666666;
	text-decoration: none; 
}
	
a:hover {color: #990000; text-decoration: none; 
}

a:active {color: #990000; text-decoration: none; 
}

h3 { 
	color:#0066C8;
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 5px; 
}

h5 { 
	color:#0066C8;
	font-family:Arial, Helvetica, sans-serif;
	text-indent: 2px; 
}

.Legenda {
	color:#666666;
	font-size:11px;
	text-align: center;
}

.BordasImg {
	border:1px solid #97999C;
	padding:3px;
	margin-right:3px;
	background:#fffff;
}

.SeparadorMenu {
	color: #990000
}

.Formulario {
	border: 1px solid #51B0FF;
	font: .9em Arial, Helvetica, sans-serif;
}

.SeparadorTexto {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #297DA5;
	border-right-color: #297DA5;
	border-bottom-color: #297DA5;
	border-left-color: #297DA5;
}