/*-------------------------------------------    
    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;	line-height: 18px;
	}

img	{
	border: 0;
	}


a:link			{ color: #090; text-decoration: none }
a:active		{ color: #800080; text-decoration: none }
a:visited		{ color: #090; text-decoration: none }
a:hover			{ color: #bf4a53; text-decoration: underline }

a.copyright:link {
	color: #ccc;
	text-decoration: underline;
	font-size: 10px;
}
a.copyright:visited {
	color: #ccc;
	text-decoration: underline;
	font-size: 10px;
}
a.copyright:hover {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}
.copyright {
	color: #ccc;
	font-size: 10px;
}

a.popupsbar:link {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.popupsbar:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.popupsbar:hover {
	color: #CF0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}


/*-------------------------------------------    
    Text Classes
-------------------------------------------*/
.content-titles {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
	text-decoration: underline;
}
.content {
	width: 480px;
	text-align: justify;
	font-size: 12px;
	text-indent: 30px;
}
.eventos-title {
	color: #163CC5;
	font-size: 18px;
	font-weight: bold;
}
.eventos-subtitle {
	color: #F60;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.inputbox {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	background-color: #FFF;
}
.inputbox-form {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #FFF;
}
.javabutton {
	font-size: 11px;
}

/*-------------------------------------------    
    Main Structure
-------------------------------------------*/
div#intro {
	width: 700px;
	height: 475px;
	background-color: #FFF;
	text-align: center;
	padding: 5px;
}
div#header {
	width: 702px;
	height: 182px;
	background-color: #FFF;
}
div#footer {
	width: 698px;
	background-color: #ee3032;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
div#copyright {
	color: #ccc;
	font-size: 10px;
}
.separator {
	width: 702px;
	height: 3px;
	background-color: #FFF;
	font-size: 0px;
}

/*-------------------------------------------    
    Popups Structure
-------------------------------------------*/
div#popups {
	font-size: 12px;
}
div#popupscontent {
	width: 95%;
	text-align: justify;
}
div#popupscopyright {
	color: #ccc;
	font-size: 10px;
}

div#plugins {
	width: 100px;
	text-align: center;
	border: solid #1f2a57;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
	border-width: 2px;
	margin: 10px;
}
.popupstitles {
	color: #090;
	font-size: 18px;
	font-weight: bold;
}
