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

body{
	background-color:#FFF;
	color:#000;

	margin-top:3cm;
	margin-left:3cm;
	margin-right:1.5cm;
	margin-bottom:2cm;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:normal;
	}

a {
    color: #00F;
    text-decoration: underline;
	}
a:visited {
    color: #00F;
    text-decoration:  underline;
	}
a:hover {
    color: #00F;
    text-decoration: underline;
	}

h1{
	text-transform:uppercase;
	font-size:12pt;
	text-align:center;
	font-weight:normal;
	}

h2{
	text-transform:none;
	font-size:12pt;
	text-align:center;
	font-weight:normal;
	}



cite{
	font-size:11pt;
	}

.notasRodape{
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
	text-align:justify;
	}

p {
	padding-top:6pt;
	padding-bottom:0px;
	text-align:justify;
	clear:both;
	}

.ementa{
	width:9cm;
	float:right;
	display:block;
	clear:both;
	font-style:italic;
	}

.revogada{
	color:#F00;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	}

.textoAlterado{
	text-decoration: line-through;
	}

.artigo{
	text-align:justify;
	}

.assinatura{
	text-transform:uppercase;
	padding-top:0px;
	text-align:center;
	}
.assinatura .cargo{
	text-transform:none;
	padding-top:0px;
	text-align:center;
	}

.advertencia{
	font-size:8pt;
	color:#F00;
	text-align:center;
	line-height:21pt;
	}

.anexo{
	text-align:left;
	}


