@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/bg-dots.png);
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
a {
	color: #BD0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



.clear {
	clear: both;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #BD0000;
	font-size: 24px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	text-align: left;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #BD0000;
}


#redLine {
	background-color: #bd0000;
	height: 5px;
	width: 100%;
}
#pageWrap {
	margin: 0 auto;
	width: 800px;
}
#header {
}
#gradiente {
	background-image: url(../images/gradiente.png);
	background-repeat: repeat-x;
}
#header img {
	margin-top: 0px;
	padding-top: 0px;
}
#header table {
	margin: 0px;
	padding: 0px;
}


#menu {
	
}#menu img {
	margin-right: 3px;
}
#footer {
	margin-top: 15px;
	text-align: center;
	line-height: 22px;
	margin-bottom: 15px;
}
#footer a {
	color: #666;
}

#footer img {
	border: none;
	margin-top: 5px;
}

.red {
	color: #BD0000;
	font-weight: bold;
}
#caminho {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin-left: 5px;
}

#caminho a {
	color: #666;
	text-decoration: none;
}
#caminho a:hover {
	text-decoration: underline;
}
