/*
Tipografia
*/

body {
	font: 12px/16px Helvetica, Arial, Tahoma, sans-serif;
	color: #333;
}

a { color: #000; }
a:link { color: #000; }
a:visited { color: #333; }
a:active { color: #333; }
a:hover { color: #705b4f; }

h1, h2, h3, h4, h5, h6 {
	direction: ltr;
	margin: 0 0 10px;
	letter-spacing: -1px;
	word-spacing: -1px;
	color: #000;
}

h1 {
	font-size: 26px;
	line-height: 26px;
}

h2 {
	font-size: 22px;
	line-height: 22px;
}

h3 {
	font-size: 18px;
	line-height: 18px;
}

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

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

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

p {
	margin: 0 0 10px;
}

blockquote {
	margin: 0 0 12px 0;
	padding-left: 37px;
	background: url(imagens/blockquote.jpg) 0 2px no-repeat;
	font-style: italic;
}

cite {
}

strong, b {}

em, i {}

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

small {
	font-size: 11px;
}

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

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/16px Helvetica, Arial, Tahoma, sans-serif;
	color: #333;
}
