body, td, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address {
	margin:0;
	padding:0;
}

body {
	background-color: #FFFFFF;
}

html,body {
	height: 100%;
}


#conteudo {
    display: none;
}

#logotipo {
    width:250px;
    height:200px;
    position:absolute;
    top:55%;
    left:50%;
    margin-left:-125px;
    margin-top:-175px;
	padding:0;
	background-image: url(logo.jpg);
    border: 0px #000000 solid;
}

#menu {
    width: 334px;
    height: 35px;
    margin-top: -20px;
    margin-left: -167px;
    top: 65%;
    left: 50%;
    border: 0px blue solid;
	position: absolute;
}

#webmail {
    width:97%;
    height:97%;
    position:absolute;
    top:0;
    left:0;
    margin-left: 5px;
    margin-top: 5px;
	padding:0;
    border: 0px #000000 solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Green;
	text-align: right;
}

a
{
	color: #CEA07E;
	text-decoration: none;
}

a:hover
{
	color: #963314;
	text-decoration: underline;
}

.clear-both
{
	clear:both;
}

.win7
{
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:29px;
	float:left;
	background:url(nav-bg.png) repeat-x top left;
	width:100%;
	position:relative;
}

ul.win7,
ul.win7 li
{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul.win7 li
{
	background:url(nav-bg.png) repeat-x top left;
	height:29px;
	line-height:29px;
	display:inline;
	position:relative;
	float:left;
	text-align:center;
}

.win7 div
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:29px;
	background:url(active1.png) no-repeat center;
	z-index:0;
}

.win7 a
{
	text-align:center;
	display:block;
	z-index:2;
	position:relative;
	padding:0 25px;
	line-height:29px;
}

.win7 a:link,
.win7 a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

span.win7
{
  width:auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:2px solid #deded2;
  overflow:hidden;
}

span.win7 div {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border:2px solid #deded2;
  top:-2px;
  left:-2px;
}
