/* 
    Document   : main
    Created on : 25-Jan-2012, 19:41:36
    Author     : Smiffy
    Description:
        Purpose of the stylesheet follows.
*/

body {
    font-family: Century gothic, Verdana, Arial;
    font-size:14pt;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #939498;
    color: white;
}
.text {
    font-size:11pt;
    font-weight: bold;
}
h1{
    font-size:40px; /* 74 40px;*/
}
.bigtext {
    font-size:11pt;
    font-weight:normal;
}
.biggertext {
    font-size:16pt;
    font-weight:normal;
}
.boldtext {
    font-size:14pt;
    font-weight:normal;
    font-weight: bold;
}
.bannertext {
    font-size:20pt;
    font-weight:bold;
}
a{
    color: white;
    font-size:14pt;
    font-weight: bold;
    text-decoration: none;
    border-style:none;
    border:0;
}
.footer{
    position:relative;
    text-align: center;
    font-size: 8pt;
}
img{
    border:none;
}
.subSig{
    font-size:8pt;
}