
body {
   margin: 0px;
   text-decoration: none;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.Header {
   height:60px;
   margin-bottom:10px;
   padding: 10px;
   background-color: rgb(201, 43, 22);
   border-bottom: 1px solid rgb(150, 150, 150);
   color:white;
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   font-size: 20pt;
}
.HeaderTitle {
   font-weight: bold;
}
.HeaderDescr {
   font-size: 18pt;
}


.Corpo {
   display: inline-block;
   padding: 10px 10px 190px 10px;
   background-color: white;
   width: 94%;
}
.CorpoLink {
   text-decoration: none;
   border: 1px solid transparent;
   padding: 6px 10px;
   text-align: left;
   color:rgb(201, 43, 22);
   font-size: 11pt;
   display: block;
   width: 94%;
   border: 2px solid rgba(214, 214, 214, 0.514);
   float:left;
   margin:4px;
}
.CorpoLink:hover {
   border: 2px solid rgb(201, 43, 22);
}
.ThumbImage {
   display:none;
   width: 50px;
   float: left;
}
.ThumbImage img {
   width:40px;
}


.FooterImage {
   position: fixed;
   bottom:0px;
   right:0px;
}




.FieldBlock {
   font-weight: bold;
   font-size: 15pt;
   color: rgb(201, 43, 22);
   margin: 10px auto 4px auto;
}
.FieldName {
   display: inline-block;
   width: 20%;
   text-align: right;
}
.FieldVal {
   display: inline-block;
   width: 75%;
   font-size: 11pt;
   margin:4px;
   padding: 6px 10px;
   border: 2px solid rgba(214, 214, 214, 0.514);
}


.FieldNameMini {
   width: 8%;
}
.FieldValMini {
   width: 50px;
}


.FieldSubmit {
   background-color: rgb(201, 43, 22);
   color: rgb(235, 235, 235);
   border: 1px solid rgb(88, 0, 0);
   font-size: 12pt;
   border-radius: 4px;
   padding: 6px 20px;
   margin-top: 20px;
   cursor: pointer;
   text-decoration: none;
}
.FieldSubmit:hover {
   background-color: rgb(243, 52, 26);
   color: rgb(255, 255, 255);
}