﻿/* //////////////////////////////////////////////////////////
  ////////////// HTML TAG STYLING ////////////////////////// */

a
{
    font-family: Arial;
    font-size: 12px;
    color: #999933;
    text-decoration: none;
}

a:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #004000;
    text-decoration: none;
}


a.news
{
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

a:hover.news
{
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
}

h1
{
    color: #999933;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    font-family: Arial;
    text-align: left;
}

h2
{
    color: #999933;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    font-family: Arial;
    text-align: left;
}

hr
{
    border-top-style: dotted;
    border-top-width: 1px;
    border-top-color: #DFDFDF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
}


td
{
    font-family: Arial;
    font-size: 12px;
    color: #4E4E4E;
    line-height: 15px;
}
    
p
{
    font-family: Arial;
    font-size: 12px;
    color: #4E4E4E;
    line-height: 20px;
}

li
{
    font-family: Arial;
    font-size: 12px;
    color: #4E4E4E;
    line-height: 20px;
}

