* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
    font-family: verdana;
    font-size: 14px;
    font-weight: normal;
    color: black;
}


input,textarea,select {
    border-width: 1px;
}
div.logo {
    width: 149px;
    height: 90px;
    background-image: url(/images/logo.gif);
}
.uaixlogo {
    width: 149px;
    height: 90px;
    background-image: url(/images/uaixlogo.gif);
}
h1,h2,h3,h4,h5,h6,h7 {
    font-weight: bold;
}
h3 {
    font-size: 18px;
}
small {
    font-size: 9px;
}
div.error{
    margin-top: 20px;
    border: solid 2px red;
    background-color: #FFE;
    color: red;
    padding: 12px;
    text-align: center;
}
body {
    background-image: url(/images/bgf.gif);
    text-align: center;
}
table {
    border-collapse: collapse;
}
td {
}
.w100p {
    width: 100% !important;
}
.ceo {
    margin-left: auto;
    margin-right: auto;
}
.cei {
    text-align: center;
}
div.header {
    height: 24px;
    width: 1000px;
    background-image: url(/images/foot.png);
    background-repeat: repeat-x;
    border: solid 1px #885;
}
div.header2 {
/*   height: 42px;*/
    width: 1000px;
    background-image: url(/images/bgf.gif);
    border: solid 1px #885;
}
div.footer {
    width: 1000px;
    background-image: url(/images/bgf.gif);
    font-size: 1px;
}

div.content {
    width: 1000px;
    background-image: url(/images/bgf.gif);
    border: solid 1px #885;
}

div.btnmenu {
    width: 1000px;
    background-image: url(/images/bgf.gif);
}
table.mas {
    width: 100%;
}


a.btn {
    display: block;
    width: 107px;
    height: 20px;
    background-image: url(/images/bgf.gif);
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 12px;
    padding-top:2px;
    border-left: solid 1px #885;
}
a.btne {
    border-right: solid 1px #885;
}

a.btn:hover {
    background-color: #885;
}
h3 {
    text-align: center;
}
a {border-style:none;
}
img.thumb{
    border: solid 1px #885;
}
.f {
    border: solid 1px #885;    

}

ul.ll {
    list-style-type: disc;
    list-style-position: inside;
}

.nob {
    border-style: none;
}
div.caption {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border: solid 1px #885;
    background-image: url(/images/bgf.gif);
}
div.inner {
    margin: 15px;
    padding: 0px 15px 15px 15px;
    border: solid 1px #885;
}
div.innercap {
    margin: 0px -15px 15px -15px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #885;
    background-image: url(/images/bgf.gif);
}
.small, .small * {
    font-size: 10px !important;

}
.n , .n *{
color: black !important;
}


.menu {
    display: block;
    border: solid 1px #88C;
    text-align: center;
    padding: 3px;
    margin: 5px auto 5px auto;
    text-decoration: none;
    color: white;
    background-color: #7AC;
    width: 200px;
    pointer: hand;
    cursor: pointer;
}
.menu:hover {
    background-color: #58A;
}

table.list {
    width: 100%;
    border: solid 1px black;
}
table.list td, table.list th {
    border: solid 1px black;
    padding: 2px 5px 2px 5px;
}
table.list th {
    font-weight: 900;
    text-align: center;
    background-color: #7AC;
}
b,strong {
    font-weight: bold;
}