body {
text-align: center;
background-color: #44444c;
background-image: url('images/up-back.jpg');
background-position: top;
background-repeat: repeat-x;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

a {
color: #F2EBD0;
text-decoration: underline;
}


a:hover {
text-decoration: none;
}

div#menu {
text-align: left;
margin-left: auto;
margin-right: auto;
width: 800px;
height: 445px;
}

div#body {
text-align: left;
margin-left: auto;
margin-right: auto;
background-image: url('images/body-back.jpg');
background-position: top;
background-repeat: repeat-y;
background-color: #7E8DA0;
width: 800px;
}

div#body-txt-back {
background-image: url('images/body-txt-back.jpg');
background-position: top;
background-repeat: no-repeat;
margin-left: 25px;
width: 750px;
height: auto;
overflow: auto;
}

div#body-txt {
padding-left: 25px;
padding-right: 25px;
padding-top: 20px;
padding-bottom: 20px;
text-align: justify;
font-family: Tahoma;
font-size: 10pt;
color: #FFF;
}

div#footer {
margin-left: auto;
margin-right: auto;
background-image: url('images/footer.jpg');
background-position: top;
background-repeat: no-repeat;
width: 800px;
height: 60px;
}

div#footer-txt {
text-align: right;
margin-right: 50px;
padding-top: 15px;
font-family: Tahoma;
font-size: 8pt;
color: #9d9d9d;
line-height: 15px;
}

div#footer-txt a {
color: #9d9d9d;
text-decoration: none;
}

div#footer-txt a:hover {
text-decoration: underline;
}

h1 {
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
color: #ffc000;
font-size: 13pt;
}

h2 {
margin-bottom: 5px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
color: #ffc000;
font-size: 11pt;
}

ul { 
margin-bottom: 15px;
margin-left: 15px;
margin-right: 0px;
margin-top: 15px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

.txt-center {
text-align: center;
}

input {
font-family: Tahoma;
font-size: 10pt;
border: 1px solid #44444C;
}

textarea {
font-family: Tahoma;
font-size: 10pt;
border: 1px solid #44444C;
}

.form-info {
font-size: 8pt;
}

.big-font {
font-size: 15pt;
}