a 		{ color: white; text-decoration: none}
a:link		{
	color: #666666;
	background-color: transparent;
	font-weight: bold;
}
a:visited 	{ color: #999999; background-color: transparent }
a:hover 	{ color: #660000; background-color: transparent }

b {}
strong { font-weight: bold; font-family: arial, helvetica, verdana, sans-serif; font-size: 12px; color: #333333; }

p { margin: 0px 0px 10px 0px;  }

/* MAIN INTERFACE */	

.tableborders {
	border: thin solid #333333;
}

.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.smallcharacters {
	font-size: 9px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tituloscolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993366;
}



#maincontainer 		{ width: 770px; margin: 4px 0px 0px 0px; text-align: left; }
	#maincontainer .shad0 { border: 1px solid #FAFAFA; }
	#maincontainer .shad1 { border: 1px solid #F1F1F1; }
	#maincontainer .shad2 { border: 1px solid #E4E4E4; }
	#maincontainer .shad3 { border: 1px solid #DADADA; }
	
	
#outerframe {  border: 1px solid #5986B3; padding: 1px; }
#bordertable { border: 1px solid #fff; }


.inset { background: #fff; border: 3px solid #C2DAF2; padding: 5px; vertical-align: top;  }
.borderbox { border: 1px solid #333333; }

.vertspacer { background: #fff; width: 1px; overflow: hidden; margin: 0px;  }
.horzspacer { background: #fff; height: 1px; overflow: hidden; margin: 0px; }



.bevel {
	background-color: #CCCCCC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	}

/* FORMS */	
form { margin: 0; padding: 0; }
select { font: 10px Arial, Helvetica; color: #4E5863; background: #eee; padding: 1px; border: 0px solid #3E73A7; }

input.name { border: 1px solid #5986B3; font: 10px Arial, Helvetica; width: 130px; background: #C2DAF2; padding: 2px;  line-height: 14px; }
input.submit { border: 1px solid #596C80; font: 10px Arial, Helvetica; background: #5986B3; line-height: 14px; font-weight: bold; color: #fff; }


input:focus { background: #eee;  }
.titles {
	font-size: 12px;
	font-weight: normal;
	color: #330066;
	text-align: left;
}
.text {
	font-size: 10px;
	color: #333333;
	text-align: justify;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 120%;
}
