@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color:#FFFFFF;
margin:0 0 10px 0;
}
div#container {
width:650px;
margin:0 auto;
background-color:#FFFFCC;
}
div#container p {
margin:0;
}
div#titolo {
height:100px;
border-bottom:1px solid black;
}
div#titolo {
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
font-weight:bold;
padding:10px 10px 0 10px;
}
.piccolo {
font-size:9px;
}
div#titolo sup {
font-size:7px;
}
.monotype {
font-family:"Courier New", Courier, monospace;
font-size:12px;
}
.red {
font-family:"Courier New", Courier, monospace;
font-size:12px;
color:#FF0000;
}

input, select {
font-size:11px;
}
table {
margin:10px;
table-layout:automatic;
border-collapse:separate;
}
thead tr {
font-size:12px;
font-weight:bold;
background-color:#FFCC33;
}
ul#mod_pagamento pre {
margin-left:25px;
}
ul#mod_pagamento {
list-style-type:none;
margin:0;
}
ul#mod_pagamento > li {
border:1px solid #EEFF66;
-moz-border-radius:7px;
margin:10px;
padding:10px;
}
ul#mod_pagamento > li span.strong {
font-size:14px;
font-weight:bold;
color:#000099;
}
ul#mod_pagamento ul {
list-style:disc;
}

