* {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body{
	background:url(/pacijus/_images/sun.jpg) repeat-y top; 
}
a{
		color:#C00;
		font-weight:
}

#corpo{
	padding:20px;
	line-height:20px;
	margin:20px; 
}
#menu{
	text-align:center; 
}
#menu a{
	padding:13px;
	margin-right:5px;
	background-color:#FFF;
	opacity: 0.7;
	font-weight:bold;
	text-decoration:none;
	border:1px solid #390;
	color:#390;
	display:block;
	width:70px;
	text-align:center;
	float:left;
}
#menu a:hover{
	padding:13px;
	margin-right:5px;
	background-color:#C00;
	color:#FFF;
	opacity: 0.7;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #900;
	display:block;
	width:70px;
	text-align:center;
	float:left;
}
.rosa {
	color: #FF0066;
	font-size: 16px;
	font-weight: bold;
}
.laranja {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}
.vermelho {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
.azul {
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}
.verde {
	color: #00CC00;
	font-size: 16px;
	font-weight: bold;
}

#topo{
	background:url(/pacijus/_images/topo.jpg) no-repeat top center;
}

#rodape{
	background:url(/pacijus/_images/rodape.jpg) no-repeat center bottom;
}
.tabela	{
	border-collapse: collapse; /* CSS2 */
	/*background: #FFFFFF;*/
}

.tabela tr {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
  border-top-color: #666;
  border-right-color: #666;
  border-bottom-color: #666;
  border-left-color: #666;
}

.tabela td {
	border: 1px solid #666;
}

