/*-------------------------------------------    
    Base Rules
-------------------------------------------*/
body	{
	color: #663;
	background-color: #DEDECA;
	}

td { font-size: 12px; }

img	{ border: 0; }

.javabutton {
	font-size: 11px;
}

h1, h2 {
	color: #630;
}

h3, h4, h5, h6 {
	color: #963;
}

/*-------------------------------------------    
    Links Formatting
-------------------------------------------*/
a:link			{ color: #999933; text-decoration: none }
a:active		{ color: #800080; text-decoration: none }
a:visited		{ color: #999933; text-decoration: none }
a:hover			{ color: #996633; text-decoration: underline }

a.mainmenu:link { color: #E94040; 
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.mainmenu:visited { color: #E94040; 
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.mainmenu:hover { color: #E94040; 
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/*-------------------------------------------    
    Site Structure
-------------------------------------------*/
div#header {
	width: 750px;
	height: 90px;
}
div#content {
	margin-top: 5px;
	width: 700px;
	border: 2px double #666666;
}
div#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/*-------------------------------------------    
    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;
}

.destaque {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
}
.mainmenu {
	color: #E94040; 
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.navbutton {
	font-size: 9px;
	font-weight: bold;
	color: #DEDECA;
	background-color: #1C4795;
	cursor: hand;

}
.products {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996633;
	font-weight: bold;

}

/*-------------------------------------------    
    Popups Structure
-------------------------------------------*/
div#popupscontent {
	width: 95%;
	text-align: justify;
}
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;
	color: #435f86;
}
.inputbox-form {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #FFFFFF;
}
.form-texts {
	color: #435f86;
}

/*-------------------------------------------    
    Disabled
	
a.popupsbar:link { color: #666; text-decoration: none; }
a.popupsbar:visited { color: #F57C2F; text-decoration: none; }
a.popupsbar:hover	{ color: #666; text-decoration: underline; }

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;
}
.capoverso {
	font-size: 14px;
	font-weight: bold;
}
.frametext {
	color: #fff;
	font-weight: bold;
}

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