html
	{
	height: 100%;
	min-height: 10%;
	border-width: 0px;
	}

body
	{
	height: 10%;
	min-height: 10%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../../restrito/imagens/fundo.jpg);
	}


.style5 {
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
}


.mainPageBanner
	{
	background-repeat: no-repeat;
	margin-bottom: 10px;
}



.mainPageBanner .welcomeText
	{
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	border-bottom: 1px solid #cccccc;
	}

.mainPageBanner hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #cccccc;
}

p.descriptionText
	{
	color: #5189A8;
	font-weight: bold;
	}



.pageContent p
	{
	margin: 0px;
	margin-top: 10px;
	padding: 5px;
	}



a,
a:link,
a:visited,
a:active,
a:hover
	{
	color: #0099FF;
	}

a:hover
	{
	color: #0099FF;
	
