* {
	margin:0;
	padding:0;
	border:none;
	font-family:abeatbyKai, abeatbyKaiRegular, Tahoma;
	font-size:12px;
	text-decoration:none;
	letter-spacing:1px;
}

html, body {
	height:100%;
}

body {
	background-image:url(../images/background.jpg);
	background-position:center top;
	background-size:cover;
}

a{
	color:#000;
	font-weight:bold;
}

.hand {
	cursor: hand;
	cursor: pointer;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.taright {
	text-align:right;
}

table {
	width:100%;
	height:100%;
}

.menu {
	width:220px;
	position:absolute;
	left:-220px;
	top:0;
	z-index:2;
}

.menu td {
	width:220px;
	min-height:260px;
	background:url(../images/bg.png);
}

.tdl {
	width:220px;
	min-width:220px;
}

.tdr {
	text-align:center;
}

.logoImg {
	width:160px;
	height:60px;
	margin:0 25px;
}

.botao {
	margin-right:25px;
}

.b1 {
	width:120px;
}

.b2 {
	width:100px;
}

.botao2 {
	padding:3px 10px;
	height:14px;
	background-color:#3491cf;
	margin-right:3px;
	margin-bottom:6px;
	color:#FFF;
	text-align:center;
}

.seta {
	visibility:hidden;
}

.iConteudo {
	width:700px;
	height:260px;
	background-color:transparent;
	overflow:hidden;
}

.iDiv {
	margin:auto;
	visibility:hidden;
}

.logoabe {
	width:40px;
	height:20px;
	position:fixed;
	bottom:15px;
	right:20px;
}