@charset "utf-8";
/* CSS Document */


body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
border:none;
text-decoration:none;
font-size:10px;
color:#666666;
}

a:hover{
border:none;
text-decoration:underline;
font-size:10px;
color:#0066FF;
}

#quadroaviso{

width: 185px;
height:100%;
}

.topoaviso{
width: 100%;
height: 20px;
color:#FFFFFF;
font-weight:bold;
font-size:12px;
padding: 3px 0px 5px 11px;
}

.corpoaviso{
width: 193px;
height:100%;
border-left: 2px solid;
border-right: 2px solid;
border-bottom: 2px solid;
padding: 7px 0px 7px 0px;
margin:0 0;
}

/*SE O QUADRO TIVER UM LISTA COM ELEMENTOS (<UL>) DE VER DESSA CLASSE*/
.lista_quadro{
	margin:17px;
	padding:0;
	list-style-position:outside;
	font-size:10px;
	
}

.lista_quadro li{
margin-top: 5px;
}

.lista_quadro li:hover{
text-decoration:underline;
cursor:pointer;
color:#0066FF;
}


b.rtopa, b.rbottoma{display:block;background: #fff ; width: 195px;}
b.rtopa b, b.rbottoma b{display:block;height: 1px;
    overflow: hidden; /*background: #3399FF;*/}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtopa b.r4, b.rbottoma b.r4{margin: 0 1px;height: 2px}


