body
{
    font-family:Verdana;
    font-size:16px;
    margin-left:0;
    margin-top:0;
    background-color:White
}

.grid {
   border-left: 1px solid #241B79;
}

.grid td {
	border-right: 1px solid #241B79;
	border-bottom: 1px solid #241B79;
}

.gridempty 
{
    background-color:#EBF4FD;
    border-bottom: solid 1px #EBF4FD ! important ;
    border-right: solid 1px #EBF4FD ! important 
}

.yellowgrid {
   border-left: 1px solid #241B79;
   background-color: #FEFEDE;
}

.yellowgrid td {
	border-right: 1px solid #241B79;
	border-bottom: 1px solid #241B79;
}

.topborder {
    border-top: 1px solid #241B79;
}

a.menu:link {color:#124676; text-decoration:none; }
a.menu:visited { color:#124676;text-decoration:none;}
a.menu:hover { color:#124676;text-decoration:underline;}
a.menu:active { color:#124676;text-decoration:none;} 

a.filelink:link     {color:#444444; text-decoration: none}
a.filelink:visited  {color:#444444; text-decoration: none}
a.filelink:hover    {color:#444444; text-decoration: underline}
a.filelink:active   {color:#444444; text-decoration: underline}

.messagename {font-size:18px;color:Black;}

a.messagename {font-size:18px;color:#124676;}
a.messagename:link     {text-decoration: none}
a.messagename:visited  {text-decoration: none}
a.messagename:hover    {text-decoration: underline}
a.messagename:active   {text-decoration: none}


.Code {
    font-family:Courier;
    font-size:14px;
    background-color:#FBFDFF;
    color:black;
}

.InlineCode 
{
    font-family:Courier;
    font-size:16px;
    color:black;
}

td.menu 
{
    background-color:#EBF4FD;
    padding-left:10px;
    padding-right:10px;
    text-align:left;
}
.divtext 
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:justify;
}

.ten40
{
    text-align:justify;
    border-left: solid 200px #EBF4FD;
}

.footerLink 
{
    text-decoration:none;
    color:#888888;
}

.ddsmall 
{
    font-size:14px;
}

.txtsmall 
{
    font-size:14px;
}

.tderr 
{
    color:red;
    font-weight:bold;
    text-align:left;
}