BODY {}

#td-right
{
    TEXT-ALIGN: right;
}

#td_left
{
	FLOAT:left;
    TEXT-ALIGN: left;
}

.tabela_registros
{
	border: 1px solid #006666;
	margin:0px 0px 13px 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 20px;
	padding-top: 10px;
}


.tabela_registros table td
{
	background-color: #d2e3eb;
	TEXT-ALIGN: left;
}

.resultados
{
	TEXT-ALIGN: center;
}


#titulo_pagina			{font-size: 26; color:#0099CC; font-weight: bold;}