body 
{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FEF9F0;
}

#tabelaPrincipal 
{
	border:1px solid #DCE6F0;
	background-color:#FFFFFF;
}
#tabelaPrincipal #linhaTopo 
{
	background-image:url(../Imagens/imgTopo.jpg);
	height:90px;
}

#tabelaPrincipal #linhaBottom 
{
	background-image:url(../Imagens/imgBottom.jpg);
	height:45px;
	
}

#tabelaPrincipal #linhaConteudo
{
	background-color:#FFFFFF;
	height:312px;
}

#tabelaPrincipal td 
{
	border:1px solid #FFFFFF;
	/*background-color:#FFFFFF;*/
}

.box #contLogin 
{
	height:100px;
	width:402px;
}

#detalhe
{
	font-weight: bold;
	font-size: 10px;
	/*text-transform: capitalize;*/
	color: white;
	font-family: Verdana;
	background-color: #4682b4;
	height:16px;
}

#titulo
{
	font-weight: bold;
	font-size: 16px;
	/*text-transform: capitalize;*/
	color: white;
	font-family: Verdana;
	background-color: #dcdcdc;
	height:20px;
}

#total
{
	font-weight: bold;
	font-size: 16px;
	/*text-transform: capitalize;*/
	color: white;
	font-family: Verdana;
	background-color: #4682b4;
	height:18px;
}

#rotulo
{
	font-size:10px;
	font-family: Verdana;
	font-weight: bold;
}

a:hover
{
	font-family:Verdana;
	color: Blue;
	text-decoration:underline;
}

a:link
{
	font-family:Verdana;
	color: Blue;
	text-decoration:none;
}

a:visited
{
	font-family:Verdana;
	color: Red;
	text-decoration:none;
}

a:active
{
	font-family:Verdana;
	color: Black;
	text-decoration:none;
}