.basicStyle {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    bgcolor: #ffffff;
}

.basicStyle a:visited,
      a:link,
      a:hover,
      a:active {
    font-weight: bold;
    text-decoration: none;
}

.basicStyle a:visited,
      a:link {
    color: #000000;
}
.basicStyle a:hover {
    color: #C10101;
}
.basicStyle a:active {
    color: #c9c9c9;
}

.basicStyle h1,
      h2,
      h3 {
    font-weight: bold;
    text-align: center;
}
.basicStyle h1 {
    font-size: 20px;
}
.basicStyle h2 {
    font-size: 16px;
}
.basicStyle h3 {
    font-size: 12px;
}

.basicStyle img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.basicStyle hr {
    width: 100%;
    height: 1px;
    border: 0;
    color: #6c6c6c;
    background-color: #000000;
    text-align: center;
}


.basicStyle .navbar {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.basicStyle .pagehead {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
}

.basicStyle .footer {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.basicStyle .important {
    font-weight: bold;
    color: #cc2222;
}


