﻿body {
    font-size: 14px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #333333;
}

a:link, a:visited
{
    color: #006699;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin:10px 0px;
}

a img {border:none;}

.t12
{
    font-size:12px;
}

.yellow{color:#ffcc33!important;}
.red{color:Red;}
.bold {font-weight:bold;}
.clear{clear: both;}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 14px;
    color: #153365;
    text-transform: none;
    font-weight: bold;
}

h1
{
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 13px;
}

h4
{
    font-size: 12px;
}

h5, h6
{
    font-size: 11px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

