body{
	/*background-color:#CCCCCC;*/
	background-color:'white';
}

h1,h2{
	font-family: tahoma, arial;
	text-align:center;
	margin-top:1px;
	margin-bottom: 1px;
}

h3{
	font-family: tahoma, arial;
	text-align:center;
	margin-top:2px;
	margin-bottom: 0px;	
	font-size:14px;
	color:black;
}

h4{
	font-family: tahoma, arial;
	text-align:left;
	margin-top:0px;
	margin-bottom: 0px;	
	font-size:16px;
	color:blue;
}

p{
	font-size:16px;
	color:blue;
	text-align:left;
	font-family:tahoma, arial;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

header {
	width:100%;
	background-color:#000d33;
	height: 70px;
    border-radius:5px 5px;
}

header img {
	float: left;
	background-color: white;
	margin-left:0px;
	margin-top:0px;
	height:70px;
	width:113px;
}

header h1 {
	text-align:center;
	padding:25px;
	color:white;
	height:50px;
	font-size:20px;
	font-weight:bold;
	font-family: tahoma, arial;
}

header a {
	float:right;
	text-align:right;
	color:white;
	height:10px;
	width:250px;
	font-size:16px;
	padding-right:2px;
	font-family: tahoma, arial;
}

section{
	background-color:#FAF7A7;
	font-family:Arial;
	padding:10px;
}

/*
footer{
	width:100%;
	background-color:#008B8B;
	height: 15px;
	color:#000000;
	font-family: tahoma, arial;
	font-size:10px;
	text-align:center;
	text-decoration:none;
	padding:0px;
}*/

iframe{
	width:100%;
	height:100%;
	border:0px;
}

#paginaHomeUserLogado section{
	background-color:#FAF7A7;
	height: 25px;
	color:#000000;
	font-family: tahoma, arial;
	font-size:14px;
	text-align:left;
	padding:3px;
}