/*
	hiFolio! Portfolio Management System
	https://hifolio.com/

	default
*/

body {
	background-color: #ffffff;
}

body,
td {
	font-family:
		Trebuchet MS,
		Arial;
	font-size: 12px;
	color: #000000;
}

input,
select {
	font-family:
		Trebuchet MS,
		Arial;
	font-size: 12px;
}

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

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ffffff;
}

h1 {
	font-size: 12px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 12px;
}

.data {
	font-size: 9px;
	background-color: #000000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

a.hifolio,
a:hover.hifolio {
	padding: 3px;
	background-color: yellow;
	color: black;
	font-family: georgia;
	font-size: 9px;
}

a:hover.hifolio {
	color: yellow;
	background-color: black;
}

li,
ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	list-style-type: none;
}

h1,
h2,
h3 {
	margin: 0px;
}

/*

default

 */

.entrada {
	margin-bottom: 4px;
	background-color: #fafafa;
}

#txt {
	position: absolute;
	overflow: auto;
	padding: 20px;
	height: 100%;
	width: 560px;
	xbackground-color: orange;
	line-height: 130%;
}

#menu {
	position: absolute;
	bottom: 0;
	width: 600px;
	z-index: 10;
}

#desc {
	position: absolute;
	top: -200px;
}

.drop {
	width: 150px;
	font-size: 11px;
	font-family:
		trebuchet ms,
		verdana,
		arial;
}

body {
	margin: 0px;
	overflow: hidden;
}

#imagem {
	position: absolute;
}
