body {
	background-color:white;
    font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    color: #000000;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    color: #000000;
}

a img {
    border: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
    margin:0;
    padding:0;
}

textarea {
	font: normal 12px  Verdana;
}

table td {
	font-family: Verdana, Arial;
    font-size: 12px;
    text-decoration: none;
   	color: #000000;
}

#d_top {
	height:192px;
	background:url('/_images/header.jpg') top center no-repeat;
}

#copy {
	font: normal 12px Arial;
	color:#cacaca;
}

#footerconteiner {
	background: url('/_images/footer.jpg') bottom center no-repeat;
}

#footer {
	padding-top:5px;
	width:960px;
}

#d_menu {
	width:960px;
	padding-top:150px;
}

#cslogo {
    display: block;
    width: 580px;
    height: 100px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -480px;
}

/* ERRORS */
.messageError, .messageOK {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    color: white;
    font-weight: bold;
}
.messageError a, .messageOK a {
    color: white;
}
.messageError {
    background-color: red;
}
.messageOK {
    background-color: green;
}
/* --- */

.buttonsubmit { color:white; padding:5px; background-color:green; font-weight:bold; }

.img {
    border: 3px solid green;
}
.img:hover {
    border: 3px solid gray;
}

#content code {
    padding: 0;
}
