body {
	background-color: #fffdcd;
	margin: 0;
	color: #424141;
}
body, td, th {
	font-family: Tahoma;
	font-size: 13px;
}
a {
	color: #8cc13d;
	text-decoration: none;
}
a:hover {
	color: #8cc13d;
	text-decoration: underline;
}
.bgTop {
	background-image: url(gfx/bg_top.gif);
	background-repeat: repeat-x;
	height: 272px;
}
.bgMidle {
	background-image: url(gfx/bg_middle.gif);
	background-repeat: repeat-x;
}
.bgMidleMiddle {
	background-image: url(gfx/bg_middle_middle.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
}
.copyright {
	color: #8f8f8f;
	background-color: #fffdcd;
	font-size: 9px;
}
.h1 {
	font-size: 18px;
	font-family: "Century Gothic", Arial;
	color: #101010;
	margin-bottom: 10px;
}
.hr {
	margin: 5px;
	height: 1px;
	background-color: #8cc13d;
}
.document {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}
.wrapper {
	margin-left: 3px;
	margin-right: 3px;
	background-color: white;
	color: #424141;
	border: 1px solid #ebebeb;
	padding: 3px;
}
.Tabela {
	background-color: #e2e0a9;
}
.Tabela td, th {
	font-size: 10px;
	background-color: #fffdcd;
}
.Tabela th {
	text-align: left;
	background-color: white;
}