﻿body
{

}
.centro
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
}
.baixo
{
	position: absolute;
	top: 100%;
	width: 100%;
	height: 102px;
	text-align: center;
	margin-top: -102px;
}
.logo
{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -102px;
	z-index: -1;
	right: 113px;
}
.textbox
{
	border: 1px solid #CCCCCC;
	font-size: 10px;
}
.branco
{
	color: #FFFFFF;
	text-decoration: none;
}
a.branco:hover
{
	color: #FFFF66;
	text-decoration: underline;
}
.menu_top
{
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 19px;
	padding-top: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	background-image: url(   'menu_bg.gif' );
	font-size: x-small;
}
a.menu_top:hover
{
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	color: #CCFFFF;
	background-image: url( 'menu_bgON.gif' );
}

.tit
{
	color: #254C90;
	font-size: small;
	font-weight: bold;
}
