/* CSS Document */

*{
	color:#ccc;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
}

body{
text-align:center;
margin:0 auto;
background:#0D0D0D;
}


#corpo{
width:998px;
margin:0 auto;	
background:none;/*#D733B4*/
}

#menu-bar,#floash,#box-h,#box-v{display:none;}

#menu-bar{
width:760px;
margin:0 auto;	
background:none;/*#D733B4*/
}
#menu{
width:380px;
text-align:right;
color:#666;
}
#menu a{
text-decoration:none;
color:#999;
}
#menu a:hover{ 
text-decoration:underline;
color:#333;
}

#floash{
float:left;
}
#box-h,#box-v{
float:left;
text-align:left;
}
#box-h{ 
width:760px;
margin:2px 0 2px 0;
}
#box-v{
width:185px;
height:180px;
margin:0 2px 0 2px;
}
ul,li{
	margin:4px 0 2px 0;
	list-style:none;
}
h1,h2{
	margin:0;
}
h1{
font-family:Arial;
font-size:16px;
}
h2{
font-family:Arial;
font-size:14px;
}
p{
line-height:15px;
margin:0 0 5px 0;
}
.azul{
background:#00AECE;
}
.amarelo{
background:#C8DB00;
}
.laranja{
background:#FF9900;
}
.roxo{
background:#7973C2;
}

small{
color:#993300;
font-size:6pt;
}