/* CSS Document */
body{
	margin: 0 0 0 0;
	background-image:url(img/bkg_fundo_2.jpg);
	background-repeat:repeat-x;
	background-color:#B2B2B2;
}

.corpofonte{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#144181;
	line-height:19px;
}

.titulosimagens{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#001948;
	line-height:13px;
}

.rodapefonte{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
}

.subtitulos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A6AAA;
	font-weight:bold;
}

input,select,textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	border:1px solid #3A6AAA;
	font-weight:normal;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A6AAA;
}

.mainlink:link{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:18px;
	font-style: normal; 
	font-weight: normal; 
	color: #E80005; 
	text-decoration: none;
}
.mainlink:visited{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:18px;
	font-style: normal; 
	font-weight: normal; 
	color: #E80005; 
	text-decoration: none;
}
.mainlink:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:18px;
	font-style: normal; 
	font-weight: normal; 
	color: #E80005; 
	text-decoration: none;
}
.mainlink:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}

.sitemaplink:link{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:18px;
	font-weight:bold;
	font-style: normal; 
	color: #3A6AAA; 
	text-decoration: none;
}
.sitemaplink:visited{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:18px;
	font-weight:bold;
	font-style: normal; 
	color: #3A6AAA; 
	text-decoration: none;
}
.sitemaplink:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:18px;
	font-weight:bold;
	font-style: normal; 
	color: #3A6AAA; 
	text-decoration: none;
}
.sitemaplink:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight:bold;
	font-style: normal;
	color: #3A6AAA;
	text-decoration: none;
}


.rodapelink:visited{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
.rodapelink:link{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
.rodapelink:active{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
.rodapelink:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: underline;
}

.vermelhobold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E80005;
	line-height:18px;
	font-weight:bold;
}
	
.MouseHand{
	cursor:pointer;
}