* {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body{
    font-size:1.0em;
    background-image:url(/media/site/base/fundo.jpg);
    background-repeat:repeat-y;
    background-position:top;
    background-color: #960;
    margin:0;
    padding:0;
    line-height: 1.2em;
}

a {
	text-decoration: none;
	color: #65511B;
}

a:visited {
    text-decoration: none;
    color: #65511B;
}

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

a:active { 
    text-decoration: none;
    color: #65511B;
}

#envelope {
    width: 760px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#envelope #conteudo {
    padding: 20px;
}

h1, h2 {
	color: #630;
}

h3, h4 {
    color:#666;
}

#conteudo h2 {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
#conteudo p {
    margin-left: 15px;
}

#rodape {
    text-align:center;
    color:#999;
    margin-top: 30px;
    border-top: 1px solid #CCC;
}

#conteudo p, #conteudo td, #conteudo th, #conteudo li {
    color: #515151; 
}

#conteudo div.mensagem_sistema {
    padding: 15px;
	background-color: #F5F1B9;
	border: 1px solid #960;
}

/* Formularios */
#conteudo ul.errorlist {
    list-style: none;
    padding:0;
    margin:0;
}

#conteudo ul.errorlist li {
    color:#FF7774;
}

.form_as_table input[type="text"], .form_as_table input[type="password"], textarea {
    width:100%;
    background-color: #F5F1B9;
    border-style: solid;
    border-width: 1px;
    border-color: #666;
    padding: 3px;
	font-size: 0.9em;
	color:#666;
}

.form_as_table table {
    width: 550px;
}

.form_as_table table th {
    width: 80px;
    vertical-align:middle;
	text-align:left;
}

