/**
 * Base stylesheet
 * @version $Revision: 1.2 $ $Date: 2004/03/07 20:22:52 $
 */


{ //Defaults }

BODY {
	font-family: Verdana, Times New Roman, Verdana, Arial, Helvetica, sans-serif;
}

TABLE {
	font-size : 12px;
}

P {
	text-align: justify;
	margin: 0;
	margin-top: 4;
	line-height: 1.3;
}


{ //Styles }


TD.user_column {
	size: 10;
}



.edit-label {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

button {
	width: 100%;
	padding-left: 2;
	padding-right: 2;
}

P.copyright {
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 2;
	margin-bottom: 2;
}


{ //Estilo para chapter }

P.title {
	text-align: center;
	font-weight: bold; 
	font-size: 14pt;
	margin-top: 10;
	margin-bottom: 8;
}

P.chapter {
	font-weight: bold; 
	font-size: 10pt;
	margin-top: 6;
	margin-bottom: 2;
}

a.text-link {
	color: #000000;
	text-decoration: underline
}

a.text-link:link {
}

a.text-link:visited {
	color: #666666;
}

a.text-link:active  {
	color: #009900; 
}

a.text-link:hover {
	color: #009900;
}