* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000000;
}

body.introducao {
	background-color: #1C1817;
}

#corpo {
	width: 775px;
	height: 540px;
	border: 0;
	background-color: #ffffff;
}

#corpo #cabecalho {
	width: 775px;
	height: 116px;
	border: 0;
	background-color: #ffffff;
}

#cabecalhocorpo {
	width: 775px;
	height: 116px;
	border: 0;
	background-color: #1C1817;
}

div.logo {
	float: left;
	padding-left: 10px;
	width: 194px;
	border: 0px solid #000;

}

A.logo:link    { color: white; text-decoration: none; }
A.logo:visited { color: white; text-decoration: none; }
A.logo:active  { color: white; text-decoration: none; }
A.logo:hover   { color: white; text-decoration: none; }



#corpo #menu {

}

#menucorpo {
	width: 775px;
	height: 38px;
	border: 1px solid #ff0000;
	background-color: #fff;
}


#rodape {
	width: 765px;
	height: 10px;
	border: 0;
	background-color: #1C1817;
        color: #ffffff;
	text-align: right;
	font-size: 7pt;
	font-family: arial;
	font-weight: bold;
	padding: 5px;
}








A:link    { color: white; text-decoration: none; }
A:visited { color: white; text-decoration: none; }
A:active  { color: white; text-decoration: none; }
A:hover   { color: #DDA600; text-decoration: none; }

A.menu:link    { color: #ffffff; text-decoration: none; font-size: 12pt; font-family: arial; font-weight: bold; }
A.menu:visited { color: #ffffff; text-decoration: none; font-size: 12pt; font-family: arial; font-weight: bold; }
A.menu:active  { color: #ffffff; text-decoration: none; font-size: 12pt; font-family: arial; font-weight: bold; border-bottom-style: goove; }
A.menu:hover   { color: #00845F; text-decoration: none; font-size: 12pt; font-family: arial; font-weight: bold; border-bottom-style: goove; }

A.entrar:link    { color: #fff; text-decoration: none; font-size: 12pt; font-family: arial; font-weight: bold; }
A.entrar:visited { color: #fff; text-decoration: none; font-size: 12pt; font-family: arial; font-weight: bold; }
A.entrar:active  { color: #fff; text-decoration: underline; font-size: 12pt; font-family: arial; font-weight: bold; border-bottom-style: goove; }
A.entrar:hover   { color: #fff; text-decoration: underline; font-size: 12pt; font-family: arial; font-weight: bold; border-bottom-style: goove; }

A.criacao:link    { color: #fff; text-decoration: none; font-size: 7pt; font-family: arial; font-weight: bold; }
A.criacao:visited { color: #fff; text-decoration: none; font-size: 7pt; font-family: arial; font-weight: bold; }
A.criacao:active  { color: #fff; text-decoration: none; font-size: 7pt; font-family: arial; font-weight: bold; }
A.criacao:hover   { color: #fff; text-decoration: none; font-size: 7pt; font-family: arial; font-weight: bold; }























