/*
-----------------------------------------------
Descobrindo Talentos
version:  15.02.2008
----------------------------------------------- */

/* Navigation
--------------------------------------------------------*/

.nav{
	margin:0px;
	padding:0px;
	width:154px;
	float:left;
	background:#ccc;
	font:bold 11px Tahoma, Verdana, Arial;
	color:#666;
	text-align:right;
}
.nav a:link, .nav a:visited {	
	margin:1px 1px 1px 0px;
	display:block;
	font:bold 11px Tahoma, Verdana, Arial;
	color:#666;
	background:#ccc url(img/parado.jpg) no-repeat;
	padding:8px 15px 9px 0px;
	text-decoration:none;
}
.nav a:link.active, .nav a:visited.active {
	background:#ccc url(img/ativo2.jpg) no-repeat;	
}
.nav a:hover{ 
	background:#ccc url(img/ativo2.jpg) no-repeat;
}
.section{
	margin:0px;
	padding:0px;
	width:154px;
	background-image:none;
	color:#666;
	text-align:right;
}
.section a:link, .section a:visited {	
	margin:1px 1px 1px 0px;
	padding:4px 15px 4px 0px;
	font:10px Tahoma, Verdana, Arial;
	color:#666;
	background:#ededed;
	background-image:none;
	text-decoration:none;
}
.section a:link.active, .section a:visited.active {
	margin:0px;
	color:#666;
	font-weight:bold;
	background:#fff;
	background-image:none;
}
.section a:hover{
	font:10px Tahoma, Verdana, Arial;
	color:#666;
	text-decoration:underline;
	background:#fff;
	background-image:none;	
}


/* Bullets - Lista
--------------------------------------------------------*/

ul.outside {list-style-position: outside; line-height:140%;}


/* Links - style
--------------------------------------------------------*/


a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none}
a:hover {text-decoration: underline; color: #E67817;}
a:active {text-decoration: none}


/* Textos - espaçamento, cor, tipo de fonte...
--------------------------------------------------------*/

p {line-height:140%; text-align:left;}
p.warning {
					color:ff0000; 
					font-family: Tahoma, Verdana, Arial; 
					font-size:12px;
}
font {color: #666666; font-family: Tahoma, Verdana, Arial; font-size:12px;}
h2 {text-align:center; font-weight: bold; font-family: Tahoma, Verdana, Arial; font-size:12px;}
h1 {text-align:center; font-style: italic; font-family: Tahoma, Verdana, Arial; font-size:11px;}

