body{
    margin: 0px;
    padding: 0px;
}
body{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 71%
}
td{
    font-size: 100%;
}
h1,h2,h3,h4,h5{
    margin: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
}
h1{
font-size: 220%;
}
h2{
font-size: 180%;
}
h3{
font-size: 160%;
}
h4{
font-size: 140%;
}
h5{
font-size: 115%;
}
li{
  margin: 0px;
  padding: 0px;
}
ul,ol{
    margin-top: 0px;
    margin-bottom: 12px;
}
/* Font */
.b{
    font-weight: bold;
}
.i{
    font-style: italic;
}
/* Table */
table, td{
    border-style: none none none none;
    border-width: 1px;
}
.tBorderAll table{
    border-top: 1px solid;
    border-left: 1px solid;
}
.tBorderAll td{
    border-right: 1px solid;
    border-bottom: 1px solid;
}
/* Element borders */
.borderT {
    border-top: 1px solid;
}
.borderL {
    border-left: 1px solid;
}
.borderR {
    border-right: 1px solid;
}
.borderB {
    border-bottom: 1px solid;
}
.borderAll{
    border: 1px solid;
}
.marL{
    margin-left: 20px;
}
.padR{
    padding-right: 10px;
}
/* Form */
form{
margin: 0px;
}
hr{
    height: 1px;
}



A { COLOR: #4F4F4D; text-decoration: none }


.ftextsmall { FONT-FAMILY: Arial; FONT-SIZE: 10px; COLOR: #4F4F4D }
A.ftextsmall { COLOR: #4F4F4D; text-decoration: underline }
A.ftextsmall:visited { COLOR: #4F4F4D; text-decoration: underline }
A.ftextsmall:hover,active { COLOR: #4F4F4D; text-decoration: none }

.ftext { FONT-FAMILY: "Courier New", Times, serif; FONT-SIZE: 14px; COLOR: #28241E }
A.ftext { COLOR: #28241E; text-decoration: underline }
A.ftext:visited { COLOR: #28241E; text-decoration: underline }
A.ftext:hover,active { COLOR: #28241E; text-decoration: underline }


.fheader { FONT-FAMILY: "Courier New", Times, serif; FONT-SIZE: 24px; COLOR: #28241E; font-weight: bold }
A.fheader { COLOR: #28241E; text-decoration: underline }
A.fheader:visited { COLOR: #28241E; text-decoration: underline }
A.fheader:hover,active { COLOR: #28241E; text-decoration: underline }

