/* CSS Document */
body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#999999;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

#content
{
	width:85%;
	margin-left:20px;
	margin-top:10px;
}

.pt10
{
	padding-top:10px;
	margin-bottom:20px;
}

#titulo
{
	margin-top: 10px;
}

.titulo
{
	color:#999999; 
	margin-top:5px;
}

.items
{
	padding-left:13px; 
	margin-top:5px;
	color:#000000;
}

.items a
{
	text-decoration:none;
	color:#000000;
}

.items a:hover
{
	text-decoration:underline;
}

.items_descricao
{
	font-size:10px;
	color:#999;
}

.items_descricao a
{
	color:#999;
	text-decoration:underline;
}

a
{
	text-decoration:none;
	color:#999999;
}

a:hover
{
	text-decoration:underline;
}

.sep
{
	height:5px;
}

.contactos_txt
{
	line-height:15px;
}

.contactos_txt a
{
	text-decoration:none;
}

.contactos_txt a:hover
{
	text-decoration:underline;
}

.footer
{
	height:30px;
}

#bottom
{
	position:fixed; bottom:5px; right:5px;
}

#logo
{
	position: absolute;
}

.relative
{
	position: relative;
}

.hlogo
{
	height: 70px;
}

