@charset "utf-8";
/* CSS Document */

body {
		background-image:url(bg.jpg);
		background-repeat:repeat-x;
		margin:0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		background-color:#FCFCFE;
}

.rodape {
		font-size:14px;
		color:#9F81DF;
		line-height:16px;
}

.copyright {
		font-size:11px;
		color:#9F81DF;
}

a:link.leiamais, a:visited.leiamais  {
		font-size:12px;
		color:#A082DF;
		font-weight:bold;
		text-decoration:none;
}

a:hover.leiamais  {
		font-size:12px;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
		background-color:#A082DF;
}


a:link.artigo, a:visited.artigo  {
		font-size:16px;
		color:#A082DF;
		font-weight:bold;
		text-decoration:none;
}

a:hover.artigo {
		font-size:16px;
		color:#FFF;
		font-weight:bold;
		text-decoration:none;
		background-color:#A082DF;
}


.txt {
		color:#4A2695;
		font-size:15px;
		text-align:justify;
}

h1 {
	font-size:26px;
	font-weight:bold;
	display:inline;
}

input {
	border:1px solid #609;
}

textarea {
	border:1px solid #609;
}

.img { border: 2px solid #CAADDB; }
a:hover img { border-color:#9A64BB ; text-decoration:none; }

