﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
	color: #464241;
}

a
{
	color: #004D91;
	text-decoration: none;
}

a.toplinks
{
	color: White;
	font-size: 8pt;
	text-decoration: none;
}

div.dPage
{
	text-align: center;
	/*width: 960px;*/
}

div#dBody
{
	width: 960px;
	/*background-color: White;*/
	margin: auto;
	text-align: center;
}

div.dPageContent
{
	display: block;
	width: 100%;
	background-color: White;
	border-bottom: solid 1px white; /*Manhosice para eliminar espaço em branco no MozilaFireFox*/
}

div.dTopContent
{
	float: none;
	width: 100%;
}

div#dTopSpace
{
	height: 10px;
}

div#dTopImage
{
	vertical-align: bottom;
	width: 100%;
	height: 100px;
	background-image: url(../images/top_page.gif);
	background-repeat: no-repeat;
}

div#dHeader
{
	position: relative;
	display: block;
	float: left;
	top: 15px;
	right: 30px;
	color: white;
	width: 100%;
	height: 25px;
	text-align: right;
	font-size: 8pt;
}

div#dLanguages
{
	position: relative;
	display: block;
	top: 13px;
	left: 250px;
	color: White;
	width: 100px;
	height: 15px;
	text-align: center;
	font-size: 8pt; /*border: solid 1px Green;*/
}

div#dMenu
{
	background-color: White;
	width: 900px;
}

div#dTopMenu
{
	text-align: left;
	border-bottom: solid 10px #EEEEEF;
	height: 32px;
}

div#dCenterContent
{
	float: none;
	min-height: 400px;
	margin-bottom: 10px; /*border: solid 1px Green;*/
}

div#dFooterContent
{
	display: block;
	height: 150px;
	width: 100%;
	text-align: center; /*border: solid 1px Green;*/
}

div#dFootImage
{
	width: 100%;
	height: 50px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

div#dFootTxt
{
	color: White;
	text-align: left;
	height: 100px;
	margin-left: 30px;
	margin-top: 10px;
}


