/************* HTML **************/
body{
	font-family: Verdana, Tahoma, Arial,sans-serif;
	font-size: 70%;
	color: #003366;
	line-height: 1.266;	
	margin: 5px auto;
	padding: 0px;
	text-align:center;
	background: #FFFFFF;
}

a, a:link, a:visited{
	color: #006699;
	text-decoration: underline;
}
a:hover{
	color: #FF3300;
	text-decoration: underline;
}

a.tlink:link, a.tlink:active, a.tlink:visited {
	font-size: 120%;
	font-weight:bold;
	line-height: 1.466;	
}
a.tlink:hover {
}

a.glink:link, a.glink:active, a.glink:visited {
	color: #008000;
	text-decoration: none;
		line-height: 1.466;
}
a.glink:hover {
	color: #008000;
	text-decoration: underline;
}

h1{
 	font-size: 200%;
 	color: #003366;
 	margin: 4px 1px 4px 1px;
 	padding: 1px 1px 1px 2px;
}

h2{
	font-size: 160%;
 	line-height: 6px;
 	font-weight:normal;
 	color: #003366;
 	margin: 4px 1px 4px 1px;
 	padding: 1px 1px 1px 2px;
}

p{
 	margin: 2px 1px 2px 1px;
 	padding: 1px 1px 1px 1px;
}

hr{
	border: 1px dotted #006699;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

li {
	margin: 1px 1px 6px -10px;
	text-align:justify;
}


/************* LAYOUT **************/

#container{ 
    width: 760px;
    text-align: left;
} 

#corpo{ 
	float:left;
    width: 576px;
    text-align: left;
} 


#corpo img{ 
	float:left;
	margin: 2px 4px 2px 2px;
	border: 1px dotted #006699;
} 

#rightbar{ 
	float:right;
    width: 172px;
    text-align: left;
	border-left: 0px solid #cccccc;
	padding-left: 0px;
} 

#footer{ 
    width: 100%;
	font-size: 90%;
    text-align: center;
	color:#999999;
} 

#footer a:link, #footer a:visited{ 
	color:#999999;
	text-decoration:none;
} 

#footer a:hover{ 
	color:#333333;
} 

.title{ 
	display:block;
	background: #006699;
	font-size: 100%;
	font-weight:bold;
	color:#ffffff;
	padding: 2px 2px 4px 5px;
	margin: 0px 1px 1px 1px;
}

.sponsor{ 
	padding: 0px 1px 2px 4px;
	margin: 3px 0px 5px 0px;
	background: #ECF8FF;
	border: 1px solid #B4D0DC;
}





