body 
{
    font-family: Arial;
    font-size: 12px;
}
.normal
{
    font-family: Arial;
    font-size: 12px;
}
.normalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.large
{
    font-family: Arial;
    font-size: 13px;
}
.largeBold
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.largeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.xlarge
{
    font-family: Arial;
    font-size: 15px;
}
.xlargeBold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.xlargeBoldBlue
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #0033cc;
}
.xxlargeBold
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.small
{
    font-family: Arial;
    font-size: 11px;
}
.smallBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.smallRed
{
    font-family: Arial;
    font-size: 11px;
    color:#ff0000;
}
.smallBoldRed
{
    font-family: Arial;
    font-size: 11px;
    color:#ff0000;
    font-weight: bold;
}
.grayHeaderRow
{
    background-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    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;
}
.normalOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.normalBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldRed
{
    color: #DD0000;
    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;
}
.normalBoldWhite
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.imageBorderBlack
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.imageHover 
{
    cursor: pointer;
}
.tableBorderBottom
{
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
}
.tableBorder
{
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}
.blankFormFields
{
    font-family: Arial;
    font-size: 12px;
    background-color: #ffff66;
}
.left
{
    text-align:left;
}
.strike
{
    text-decoration:line-through;
}
.red
{
    color:#ff0000;
}