﻿body 
{
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
}


.MasterTable
{
    margin: 0px;
    padding: 0px;
}
.MasterTable_LeftMarginImage
{
    margin: 0px;
    padding: 0px;
    width: 21px;
    background-repeat: repeat-y;
    background-image: url(./images/MasterLeftMargin.jpg);
    background-position: left top;
}
.MasterTable_RightMarginImage
{
    margin: 0px;
    padding: 0px;
    width: 21px;
    background-repeat: repeat-y;
    background-image: url(./images/MasterRightMargin.jpg);
    background-position: right top;
}
.MasterTable_HorizontalLine
{
    margin: 0px;
    padding: 0px;
    height: 2px;
    background-repeat: repeat-x;
    background-image: url(./images/MasterHorizontalLine.jpg);
    background-position: center top;
}
.MasterTable_VerticalLine
{
    margin: 10px;
    margin-bottom: 0px;
    padding: 10px;
    padding-bottom: 0px;
    width: 2px;
    text-align: center;
    vertical-align: bottom;
    background-repeat: repeat-y;
    background-image: url(./images/MasterVerticalLine.jpg);
    background-position: center top;
}
.MasterTable_BottomShade
{
    margin: 0px;
    padding: 0px;
    height: 62px;
    background-position: left bottom;
    background-image: url(./images/MasterBottomShade.jpg);
    background-repeat: repeat-x;    
}
.BlackBoldSmallText 
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    font-weight: bold; 
}
.BlackBoldSmallText input
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    font-weight: bold;
}
.BlackBoldSmallText a
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    font-weight: bold; 
    text-decoration: none;
    cursor: hand;
}
.BlackBoldSmallText B
{
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    font-weight: bold; 
    text-decoration: none;
    cursor: hand;
}
.BlackBoldSmallText td
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
    font-weight: bold; 
    text-decoration: none;
}
.MaroonBoldMediumText 
{
    font-family: Verdana;
    font-size: 12px;
    color: #666666;
    font-weight: bold; 
}

.MaroonSmallText{
	color: #A80E10;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
.BlackSmallText 
{
	font-family: Verdana;
	font-size: 10px;
}
.SecondaryMenuPart
{
    background-repeat: repeat;
    background-image: url(./images/SecondaryMenuPart2.jpg);
}

.SecondaryMenuPartMiddle
{
    background-repeat: repeat;
    background-image: url(./images/SecondaryMenuPart2.jpg);
    vertical-align: middle;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: #666666;
    font-weight: bold;     
}
.SecondaryMenuPartMiddle a
{
    font-family: Verdana;
    font-size: 12px;
    color: Maroon;
    font-weight: bold; 
    text-decoration: none;
}
.SecondaryMenuPartMiddle a:hover
{
    font-family: Verdana;
    font-size: 12px;
    color: red;
    font-weight: bold; 
    text-decoration: none;
}
.MasterLoginBox
{
    height: 100px;
    width: 190px;
    background-repeat: no-repeat; 
    background-image: url(./images/MasterLoginBox.gif);
    vertical-align: middle;
    text-align: center;
}
.DefaultMainTable
{
    width: 614px;
}
.DefaultMainTable td
{
    width: 613px;
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
}