﻿body 
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
}
td 
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.normal
{
    font-family: Arial;
    font-size: 12px;
}
.normalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.normalBoldItalic
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
}
.large
{
    font-family: Arial;
    font-size: 13px;
}
.largeBold
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.largeBoldItalic
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style:italic;
}
.xxlargeBoldItalic
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-style:italic;
    text-decoration:none;
    color:#000000;
}
.xlarge
{
    font-family: Arial;
    font-size: 15px;
}
.xlargeBold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.xxlargeBold
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.xxlargeBoldLightBlue
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #3399ff;
    text-decoration: none;
}
.small
{
    font-family: Arial;
    font-size: 11px;
}
.smallGray
{
    font-family: Arial;
    font-size: 11px;
    color: #999999;
}
.smallerGray
{
    font-family: Arial;
    font-size: 10px;
    color: #999999;
}
.smallBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.searchRow1
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
}
.searchRow2
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    background-color: #cccccc;
}
.searchRow2TopBorder
{
     border-width: 1px;
    border-style: inset;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    background-color: #cccccc;
}
.normalWhite
{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
.normalBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldDarkRed
{
    color: #990000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.smallBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.smallOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
}
.mediumOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.smallBlueLink
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
.smallBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.smallBoldWhite
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.largeBoldWhite
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.largeBoldRed
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #993333;
    text-decoration: none;
}
.normalDarkRed
{
    color: #990000;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.normalBoldWhite
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.headerURL
{
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-style:italic;
}
.imageHover 
{
    cursor: pointer;
}
.strike
{
    text-decoration:line-through;
}
.blueHeaderImage
{
    background-color: #0066cc;
    background-image: url(../images/blueheader2.gif);
    background-repeat:repeat-x;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}