/**
 * articleView.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Article view stylesheet.
 *
 * $Id: articleView.css,v 1.15 2009/04/08 19:54:50 asmecher Exp $
 */


/*
	Farmatacao REVER
	2010/10/24
*/

#content #text p {
	font-size: 10pt;
	text-align: justify;
}

#content #text h1 {
	margin-top: 20px;
	text-align: center;
	font-size: 15pt;
	font-weight: bold;
}

#content #text h1.resenha {
	margin-top: 1cm;
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

#content #text h1.subtitle {
	margin-top: 0;
	margin-bottom: 0.21cm;
	line-height: 120%;
	text-align: center;
	font-size: 15pt;
	font-weight: normal;
}

#content #text h2 {
	margin-top: 1.7em;
	text-align: left;
	font-size: 13.5pt;
	font-weight: bold;
}

#content #text h3 {
	margin-top: 1.7em;
	text-align: left;
	font-size: 12.5pt;
	font-weight: bold;
}

#content #text h4 {
	margin-top: 1.7em;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
}

#content #text address.resenha {
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: left;
	font-style: normal; 
	font-weight: normal;
	font-size: 12pt;
}

#content #text address {
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: center;
	font-style: normal; 
	font-weight: normal;
	font-size: 12pt;
}

#content #text blockquote {
	margin-bottom: 0.42cm;
	line-height: 120%;
	text-align: justify;
}

#content #text #abstract {
	margin-bottom: 0.63cm;
	padding-bottom: 0.3cm;
	border-bottom-width: 3px;
	border-bottom-color: green;
	border-bottom-style: dotted;
}

#content #text #biblio p {
	margin-bottom: 0.42cm;
	margin-left: 2em;
	text-indent: -2em;
	line-height: 120%;
	text-align: justify;
}

#content #text #notes h2 {
	border-top-width: 3px;
	border-top-color: green;
	border-top-style: dotted;
}

#content #text {

}

