/*
Tipografia
*/

body {
	font: 12px/18px Verdana, Arial, sans-serif;
	color: #ddd;
}

a { color:orange; }
a:link {}
a:visited {}
a:active {}
a:hover { color:white; }

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, helvetica, verdana, sans-serif;
	direction: ltr;
	margin: 10px 0 10px;
	letter-spacing: -1px;
	word-spacing: -1px;
	color: #fff;
}

h1 {
	font-size: 20px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
}

h4 {
	font-size: 14px;
	line-height: 16px;
}

h5 {
	font-size: 14px;
	line-height: 16px;
}

h6 {
	font-size: 14px;
	line-height: 16px;
}

p {
	margin: 0 0 12px;
}

blockquote {
	margin: 10px 10px;
	font-style: italic;
}

cite {
}

strong, b {
	color: #fff;
}

em, i {}

big {
	font-weight: bold;
	font-size: 13px;
}

small {
	font-size: 11px;
}

ul, ol {
	padding: 0 0 0 20px;
	margin: 0 0 20px 10px;
}

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;
}

table {
}

caption {
	background-color: #e6e6e6;
	margin-bottom: 4px;
	padding: 2px;
}

thead {
}

tfoot {
	background-color: silver;
}

tbody {}

tr {
}

tr.impar {
	
}

tr.par {
	background-color: #e6e6e6;
}

th {
	padding: 2px 2px 4px;
	background-color: silver;
}

td {
	padding: 2px 2px 4px;
}

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;
}