/*
Tipografia
*/

body {
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #3a3a3a;
}

a { color: #3a3a3a; }
a:link { color: #3a3a3a; }
a:visited { color: #3a3a3a; }
a:active { color: #3a3a3a; }
a:hover { color: #ffcb05; }

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 10px 0 15px;
	letter-spacing: -1px;
	word-spacing: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

h1 {
	font-size: 24px;
	line-height: 24px;
}

h2 {
	font-size: 20px;
	line-height: 20px;	
}

h3 {
	font-size: 18px;
	line-height: 18px;	
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 0 0 12px;
}

blockquote {
	margin: 0 12px 12px;
}

cite {
}

strong, b {}

em, i {}

big {
	font-weight: bold;
	font-size: 13px;
}

small {
	font-size: 11px;
}

ul, ol {
	padding: 0 0 0 30px;
	margin: 0 0 30px;
}

ul ul, ul ol, ol ul, ol ol {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li {
	margin-bottom: 6px;
}

dl {
	margin: 0 0 12px;
	padding: 10px 0 20px;
}

dt {
	font-weight: bold;
	float: left;
	margin-right: 6px;
}

dd {
	margin-bottom: 6px;
}

sub, sup {
	xposition: absolute;
	font-size: 8px;
	padding-left: 3px;
	color: #666;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

table {
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	border-spacing: 0;
	border-collapse: 0;
}

caption {
	background-color: #e6e6e6;
	padding: 0 10px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	border-top: 1px solid #FFE278;
	border-bottom: 1px solid #FFE278;	
	background: #FFCB05 url(/_img/table-caption.gif) repeat-x;
	height: 33px;
	line-height: 33px;
	color: #000;
}

thead {
}

tfoot td {
	background-color: #ddd;
	text-align: left;
	font-size: 9px;
	padding-left: 10px;
	color: #666;
}

tbody {
}

tr {
}

tr.impar, tr.claro {
}

tr.par, tr.escuro {
	background-color: #ccc;
}

thead th {
	padding: 6px 2px 4px;
	background-color: silver;
	text-transform: uppercase;
	font-size: 11px;
	background-color: #666;
	color: #fff;
	border-top: 1px solid #333;
	vertical-align: middle;
}

thead th small {
	font-size: 8px;
	line-height: 8px;
}

tbody th {
	padding: 2px 2px 7px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
}

td {
	padding: 2px 2px 7px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

tr.claro td.alternado {
	background-color: #EFE9D1;
}

tr.escuro td.alternado {
	background-color: #EFE0A4;
}

pre {
	font: 12px/17px "Courier New", Courier, mono;
}

code {
	font: 12px/17px "Courier New", Courier, mono;
}

tt {
	font: 12px/17px "Courier New", Courier, mono;
}

form {
	margin: 10px 0;
}

input, option, textarea {
	font: 12px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
