body{
position : absolute;
top : 0px;
left : 0px;
background: url('img/fundonormal.jpg') no-repeat fixed;
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
color: #000000;
text-decoration: none
} 

a:link
{
	color: rgb(0,0,125); 
}
a:visited
{
	color: rgb(0,50,0); 
} 
a:active 
{
	color: rgb(0,50,50);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;	
}
h1
{
	font-size: 14pt;
	color: rgb(0,0,125);
}
h2
{
	font-size: 12pt;
	color: rgb(0,0,150); 
}
h3
{
	font-size: 10pt;
	color: rgb(0,0,175); 
}
h4
{
	font-size: 10pt;
	color: rgb(0,0,200);
}
h5
{
	font-size: 10pt;
	color: rgb(0,0,225);
}
h6
{
	font-size: 10pt;
	color: rgb(0,0,255);
}


table{
	font-size: 10pt;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

.input{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 9pt;
	background-color: #F7F7F7;
	BORDER-TOP-COLOR: #000000;
	BORDER-LEFT-COLOR: #000000;
	BORDER-RIGHT-COLOR: #000000;
	BORDER-BOTTOM-COLOR: #000000;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-RIGHT-WIDTH: 1px;
}

.inputbutton{
	font-family: Verdana, Arial, "Times New Roman";
	background-color: #F7F7F7;
	font-size: 8pt; border: 1px #333333 none;
	color: #000000;
	margin-top: 1px;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	cursor: hand;
}

#top_center{
	position : absolute;
	top : -3px;
	left: -3px;
	z-index:1;
}

#login{
	position : absolute;
	top : 15px;
	right: 5px;
	z-index:2;
}

#card{
	position : absolute;
	top : 300px;
	left : 0px;
}

#back{
	position : absolute;
	top : 120px;
	right : 25px;
	z-index:-3;
}

#navega{
	position : absolute;
	top : 100px;
	left : 0px;
	width : 140px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#institucional{
	padding-top : 20px;
	padding-bottom : 10px;
	padding-left : 230px;
	padding-right : 3%;
} 


#institucional h1{
	font-family : Arial;
	font-size : 170%;
	font-weight : bold;
}

#institucional h2{
	font-family : Arial;
	font-size : 120%;
	font-weight : bold;
	color : black;
} 

#conteudo{
	font-family : Arial;
	font-size : 12pt;
	font-weight: normal; 
	padding-top : 70px;
	padding-bottom : 30px;
	padding-left : 25px;
	padding-right : 5%;
} 

#conteudo h1{
	font-family : Arial;
	font-size : 120%;
	font-weight : bold;
}

#conteudo h2{
	font-family : Arial;
	font-size : 80%;
	font-weight: normal; 
}

.texto{
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold;
} 

.texto2{
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold;
	font-style: italic;
} 

.textomenor{
	font-family : Arial;
	font-size : 10pt;
	font-weight : normal;
	vertical-align: middle; 
}