/* Elements */
* {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	background: #000 url(../i/bg_trace.gif) center repeat-y;
}

body,td,th {
	font: 11px/16px Verdana,sans-serif;
	font-weight: normal;
	color: #333
}

p {
	margin-bottom: 1em;
	line-height: 1.4em
}

cite {
	display: block;
	margin-bottom: 2em
}

input,select,textarea {
	font: 10px Verdana,sans-serif;
	border: 1px solid #333;
	line-height: normal
}

input:focus {
	border-color: #F93
}

textarea {
	overflow: auto
}

h1,h2,h3,h4,h5,h6 {
	line-height: normal
}

a {
	color: #333;
	text-decoration: underline
}

/* Tables */
table.t-1 {
	background-color: #FFF;
	table-layout: fixed
}

table.t-1 th,table.t-1 td {
	padding: 4px;
	vertical-align: top
}

table.t-1 td {
	font-size: 9px
}

table.t-1 th {
	background-color: #4C85D3;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center
}

table.t-1 tr.l-0 td {
	background-color: #FFF;
	color: #999
}

table.t-1 tr.l-1 td {
	background-color: #F7F7F7;
	color: #666
}

/* Classes */
.noborder {
	border: 0
}

.t-fixed {
	background-color: transparent;
	table-layout: fixed
}

.f-small {
	font-size: 10px
}

.f-medium {
	font-size: 12px
}

.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px
}

.testes {
	background-color: #F9F9F9;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.bg-trace {
	width: 11px;
	background: transparent url(../i/bg_trace.gif) repeat-y;
}

.clear {
	border: 0;
	background-color: transparent
}

a:hover,a:focus,#nav ul li a {
	text-decoration: none
}

.b {
	border: 1px solid #CCC
}