﻿body
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	margin-top:0;
}
.Copyright
{
	font-size: 8pt;
	color: #333333;
	font-family: Arial;
	margin-top:0;
}
A:active
{
    color: #333333;
    text-decoration: none;
}
A:link
{
	color: #333333;
	text-decoration: none;
}
A:visited
{
	color: #333333;
	text-decoration: none;
}
.linkB A
{
    font-size: 10pt;
	color: #205FBF;
	text-decoration: none;
	font-weight: bold;
}

.linkB A:visited
{
    font-size: 10pt;
    color: #205FBF;
    text-decoration: none;
}
.linkB A:hover
{
    font-size: 10pt;
    color: #1E1E1E;
    text-decoration: none;
}
.menuLink
{
    font-size: 10pt;
}
A:active.menuLink 
{
    color: maroon;
	text-decoration: none;
}
 A:link.menuLink
{
    color: maroon;
    text-decoration: none;
}
 A:Visited.menuLink
{
    color: maroon;
    text-decoration: none;
}
 A:hover.menuLink
{
    color: #205FBF;
    text-decoration: none;
}

.menuLinkSelected
{
    background-color: Gray;
}

.menuTableCell
{
    background-color: #f2f2f2;
    height: 400px;
    width: 200px;
}
.Tblmenu
{
    font-size: 11px;
}
.TblBasket
{
     border-right: firebrick 1px solid;
    border-top: Maroon 2px solid;
    border-left: Maroon 2px solid;
    border-bottom: firebrick 1px solid;
    color: dimgray;
    font-size: 11px;
    background-color: aliceblue;
}
.tdTextHolder
{
    width: 800px;
    border-right: gray 0px solid;
    border-top: gray 0px solid;
    border-left: gray 0px solid;
    border-bottom: gray 0px solid;
}
.PageTitle
{
    font-size:14px;
    color:#666666;
    font-weight:bold;
}
.ErrorMsg
{
	color:#990000;
}
.NavTitle
{
    font-size: 16px;
    color: royalblue;
    font-weight: bold;
}
.NavTitleUp
{
    font-size: 16px;
    color: #004BBD;
    font-weight: bold;
}
.NavTitleDark
{
    font-size: 16px;
    color:  darkred;
    font-weight: bold;
}
.SmallTitle
{
    font-size:12px;
    color:#004BBD;
    font-weight:bold;
}
.SmallGridTitles
{
    font-size:14px;
    color:#ffffff;
    font-weight:bold;
}
.tdSmallTitle
{
    font-size:11px;
    color:#004BBD;
    font-weight:bold;
}
.tdTitle
{
    font-size:11px;
    color:#333333;
    font-weight:bold;
}
A:visited.SmallTitle 
{
    color: #004BBD;
    text-decoration: none;
    font-weight:bold;
}
A:hover.SmallTitle 
{
    color: #333333;
    text-decoration: none;
    font-weight:bold;
}
.Help
{
    font-size:10px;
    color:Silver;
}
.PrintSize
    {
        width:900px;
    }
@media print 
{
    .PrintSize
    {
        width:600px;
    }
    .HideOnPrinting
    {
        display:none;   
    }
    
}