/* Created by Renata Teixeira on 2007-04-20. */

/* #### LINKS #### */

a:link {
	color: #2e8cb5;
	text-decoration:underline;}

a:visited {
	color: #2e8cb5;
	text-decoration:underline;}

a:hover {
	color: #9a7b01;
	text-decoration:underline;}

a:focus {
	color: #9a7b01;
	text-decoration:underline;}

a:active {
	color: #9a7b01;
	text-decoration:underline;}
	
:focus {outline: 0;}

/*### typography ###*/

em {color: inherit;}
strong {color: inherit;}
cite, em, dfn {font-style: italic;}
del {text-decoration: line-through; color: inherit;}
ins, dfn {border-top: 1px solid #ccc;}
small, sup, sub {font-size: 0.8em;}
abbr, acronym {text-transform: uppercase; font-size: 0.8em; letter-spacing: 0.1em;}
a abbr, a acronym { border: none;}
abbr[title], acronym[title], dfn[title] {cursor: help; border-bottom: 1px solid #ccc;}
abbr, acronym, dfn {cursor: help; border-bottom: 1px dotted #808183;}
sup {vertical-align: super;}
sub {vertical-align: sub;}
blockquote {margin: 1em 0; padding: 0.5em 0; border: 1px solid #ccc; border-width: 1px 0px; color: inherit;}
code, kbd, samp, pre, tt, var {font-size: 0.9em; font-family: monaco, "Lucida Console", courier, mono-space;}
code, kbd, pre, samp, var, tt {	color: #5F5F5F;	font-family:  monaco, 'andale mono', monospace;}

/*## headers ##*/

#content h1 {font-size: 1.6em;}
#content h2 {font-size: 1.5em;}
#content h3 {font-size: 1.4em;}
#content h4 {font-size: 1.3em;}
#content h5 {font-size: 1.2em;}
#content h6 {font-size: 1em;}

/*### tables ###*/

#content table {border-top: 1px solid #ccc;  border-left: 1px solid #ccc;}
#content th, #content td {border-bottom: 1px solid #ddd; border-right: 1px solid #ccc;}

/*### lists ###*/
#content ol { list-style-position: outside; list-style-type: decimal; }
#content dt { font-weight: bold;}

/* Structure */

html {height: 100%;	font-size: 62.5%; font-family: sans-serif;}

body {
	font: normal 1em/1.8em verdana, tahoma, arial, sans-serif;
	text-align: justify;
	direction: ltr;
	letter-spacing: normal;
	word-spacing: normal;
	color: #151515;
	background: #fff url("../img/body.jpg") repeat-x  top left;}