/*-------------------------------------------    
    Base Rules
-------------------------------------------*/

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #333;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background-color: #FFF;
	}

img	{
	border: 0;
	}

a:link			{ color: #4898AF; text-decoration: underline }
a:active		{ color: #800080; text-decoration: underline }
a:visited		{ color: #4898AF; text-decoration: underline }
a:hover			{ color: #B73C36; text-decoration: underline }


/*-------------------------------------------    
    Structure
-------------------------------------------*/
div#main {
	width: 766px;
	border: 1px solid #339;
	margin: 2px;
}
div#header {
	background-color: #2295B4;
	height: 90px;
	margin-bottom: 2px;
}
div#welcome {
	background-color: #5D5D5D;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
div#content {
	text-align: left;
	margin-bottom: 5px;
}
div#footer {
	background-color: #2295B4;
	padding: 2px;
	font-size: 10px;
	color: #FFF;
}


/*-------------------------------------------    
    Popups Structure
-------------------------------------------*/
div#plugins {
	width: 100px;
	text-align: center;
	border: solid #cbdbc9;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
	border-width: 2px;
	margin: 10px;
}

a.popups:link			{
	color: #FFFFFF;
}
a.popups:active			{
	color: #FFFFFF;
}
a.popups:visited		{
	color: #FFFFFF;
}
a.popups:hover			{
	color: #FFFF00;
}

a.fechar:link			{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.fechar:active			{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.fechar:visited		{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a.fechar:hover			{
	text-decoration: underline;
}

.inputbox {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	background-color: #FFFFFF;
}
.inputbox-form {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #FFFFFF;
}
.javabutton {
	font-size: 11px;
}
.separator {
	width: 729px;
	height: 10px;
}
.titles {
	font-size: 18px;
	color: #FFFFFF;
}
.copyright {
	font-size: 10px;
}


/*-------------------------------------------    
    Text Classes
-------------------------------------------*/

.testi {
	text-align: justify;
	text-indent: 20px;
	padding-left: 10px;
}
.capoverso {
	font-size: 18px;
	font-style: italic;
	color: #4898AF;
	font-weight: bold;
}
