/*-------------------------------------------    
    Base Rules
-------------------------------------------*/
body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	color: #646464;
	background-color: #414657;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	}

img	{ border: 0; }

/*-------------------------------------------    
    Links Formatting
-------------------------------------------*/
a:link			{ color: #b73c36; text-decoration: none }
a:active		{ color: #b73c36; text-decoration: none }
a:visited		{ color: #b73c36; text-decoration: none }
a:hover			{ color: #09f; text-decoration: underline }

a.popupsbar:link { color: #646464; text-decoration: none; }
a.popupsbar:visited { color: #646464; text-decoration: none; }
a.popupsbar:hover	{ color: #00f; text-decoration: underline; }

a.copyright:link { color: #646464; text-decoration: underline; font-size: 10px; }
a.copyright:visited { color: #646464; text-decoration: underline; font-size: 10px; }
a.copyright:hover { color: #00f; }

/*-------------------------------------------    
    Page formatting
-------------------------------------------*/
div#header {
	width: 800px;
	height: 85px;
	text-align: center;
}
div#main {
	width: 800px;
	height: 344px;
	text-align: left;
}
div#footer {
	width: 800px;
	height: 80px;
}
div#copyright {
	font-size: 10px;
	color: #333;
}

/*-------------------------------------------    
    Text Styles
	note: in=indent ju=justify bo=bold
-------------------------------------------*/
.in {
	text-indent: 20px;
}
.ju {
	text-align: justify;
}
.inju {
	text-indent: 20px;
	text-align: justify;
}
.injubo {
	text-indent: 20px;
	text-align: justify;
	font-weight: bold;
}
.texts {
	text-indent: 20px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
}
.capoverso {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.depoimentos {
	text-indent: 20px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.javabutton {
	font-size: 11px;
}

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

/*-------------------------------------------    
    Popups Text Styles
-------------------------------------------*/
.popups-title {
	font-size: 14px;
	font-weight: bold;
}
.inputbox-form {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #FFFFCC;
}



/*-------------------------------------------    
    Temporarily disabled
	
a.reverselink:link { color: #FF0; text-decoration: underline; }
a.reverselink:visited { color: #FF0; }
a.reverselink:hover	{ color: #F60; }

.pagetitle {
	font-size: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.frametext {
	color: #fff;
	font-weight: bold;
}

.inputbox {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	background-color: #FFFFFF;
}
-------------------------------------------*/
