* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#geral {
	position: absolute;
	margin-left: -385px;
	left: 50%;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h2, h3 {
	text-transform: uppercase;
	color: #003366;
	padding-top: 0;
	margin-top: 0;
}

#conteudo a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #296298;
}

#conteudo a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #296298;
}

#livroHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.campoObrigatorio {
	color: red;
}

form#cadastro {
	margin-left: 5px;
}

ul#menu {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
	list-style: none;
}

ul#menu li {
	padding-bottom: 10px;
}

ul#menu li a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
}

ul#menu li a:hover {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	text-decoration: underline;
}

.input {
	height: 20px;
	width: 215px;
}

.input, textarea {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

textarea {
	width: 318px;
	height: 80px;
}

#box {
	height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.rodape a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}

.rodape a:hover {
	text-decoration: underline;
	color: black;
	font-size: 12px;
}