/* Body level classes */

/* Setting the background colour for the form */
Body.MainFrame
{
   background-Color: #ffffff;
   margin-left  : 5;
   margin-top   : 0;
   margin-right : 0;
   Font-family  : Arial;
   Font-size   : 8pt;
   color       : #000000;
   line-height : 12pt;
   Margin-height: 0;
   link: #ffffff;
   aLink: #ffffff;
   vlink: #ffffff;
   background-image: url("images1.jpg");
  BACKGROUND-ATTACHMENT: fixed;
}

/* Setting the background colour for the chil page */
Body.LeftFrame
{
   background-Color: lightblue;
   margin-left  : 5;
   margin-top   : 0;
   margin-right : 0;
   Font-family  : Arial;
   Font-size   : 8pt;
   color    :white;
   line-height : 12pt;
   Margin-height: 0;
   link : white;
   aLink : white;
   vlink : white;
  background-image: url("images.jpg"); 
}

/* End of Body level classes */


/* Attributes to be applied Column Label of Column with Date type Data in a table on the form */
TD.NoRecords         /*Column Label of the Table*/
{
   Font-weight: normal;
   Font-size  : 8pt;
   Font-style : normal;
   Font-family: Arial;
   text-align : center;
   vertical-align: top;
}

..ReadOnlyBlue
{
   Font-weight: bold;
   Font-size  : 12pt;
   Font-style : normal;
   Font-family: "Times New Roman",Arial;
   text-align :justify;
   color      : #3A3668 ;             
   vertical-align: top;
}

TR.ReadOnlyWhiteLarge
{
   Font-weight: bold;
   margin-left  : 5;
   Font-size  : 13pt;
   Font-style : normal;
   Font-family: "Times New Roman",Arial;
   text-align :justify;
   color      :white ;             
   vertical-align: top;
}

..ReadOnlyBlack
{
   Font-weight: bold;
   Font-size  : 12pt;
   Font-style : normal;
   Font-family: "Times New roman",Arial;
   text-align :justify;
   color      :black;             
   vertical-align: top;
}

TABLE.ReadOnlyBlack
{
   Font-weight: bold;
   Font-size  : 12pt;
   Font-style : normal;
   Font-family: "Times New roman",Arial;
   text-align :justify;
   color      :black;             
   vertical-align: top;
}
TD.ReadOnlyBlack
{
   Font-weight: bold;
   Font-size  : 12pt;
   Font-style : normal;
   Font-family: "Times New roman",Arial;
   text-align :justify;
   color      :black;             
   vertical-align: top;
}

..ReadOnlyBlackCourier
{
   Font-weight: bold;
   Font-size  : 12pt;
   Font-style : normal;
   Font-family: "ms sans serif",Arial;
   text-align :justify;
   color      : Black ;             
   vertical-align: top;
}



/* Attributes to be applied to text areas showing character data on the form */
..TextString
{
    Font-weight: normal;
    Font-size  : 8pt;
    Font-style : normal;
    Font-family: Arial;
    text-align : left;
    border-color     : #d8d8d8;
    border-top-style : solid;
    border-left-style   : solid;
    border-right-style  : solid;
    border-bottom-style : solid;
    border-width     : 1;     
   vertical-align: top;
}
.TextNoBorder
{
    Font-weight: normal;
    Font-size  : 8pt;
    Font-style : normal;
    Font-family: Arial;
    text-align : center;
    border-color     : #ffffff;
    border-top-style : solid;
    border-left-style   : solid;
    border-right-style  : solid;
    border-bottom-style : solid;
    border-width     : 1;     
   vertical-align: top;
}
..Heading
{
    Font-size  : 12pt;
    Font-family: "Times New Roman";
    Font-weight: bold;
   background-color:white;
    color:#444444;
}

TD.HeadingBig
{
    Font-size  : 16pt;
    Font-family: "Times New Roman";
    Font-weight: bold;

   text-align:center;

    color:#444444;
}
 
..Heading2
{
    Font-size  : 14pt;
    Font-family: "Times New Roman";
    Font-weight: bold;
   text-align:center;

    color:#800000;
}
