.tahoma{
    font-family:tahoma;
}

.verdana{
    font-family:verdana;
}

/*.gothic{*/
    /*font-family:century gothic;*/
/*}*/

.times{
    font-family:times new roman;
}

.sans-serif{
    font-family:sans-serif;
}

.courier{
    font-family:courier new;
}
.trebuchet{
    font-family:trebuchet ms;
}

.bold{
    font-weight:bold;
}

.normal{
    font-weight:normal;
    font-style:normal;
}

.italic{
    font-style:italic;
}

.f8{
    font-size:8pt;
}
.f9{
    font-size:9pt;
}

.f10{
    font-size:10pt;
}

.f11{
    font-size:11pt;
}

.f12{
    font-size:12pt;
}

.f13{
    font-size:13pt;
}

.f14{
    font-size:14pt;
}

.f15{
    font-size:15pt;
}

.f16{
    font-size:16pt;
}

.f17{
    font-size:17pt;
}

.f18{
    font-size:18pt;
}

.f20{
    font-size:20pt;
}

.f22{
    font-size:22pt;
}

.f24{
    font-size:24pt;
}

.f26{
    font-size:26pt;
}

.f28{
    font-size:28pt;
}

.f30{
    font-size:30pt;
}

.red{
    color:#e00;
}

.crimson{
    color:#900;
}
.ochre{
    color:#c47424;
}
.ochre-b{
    background-color:#c47424;
}

.up{text-transform:uppercase}


.heading{
    /*font-family:century gothic;*/
    /*font-family:trebuchet ms;*/
    font-size:20pt;
    font-weight:bold;
    text-align:center;
    padding-top:10px;
    padding-bottom:30px;
    color:#444
}

.pagetext{
    font-family:tahoma;
    font-size:12pt;
}