/* CSS1 Style Sheet */

  <STYLE Type="text/css">
/***** For General Purpose Messages *****/
    H1               {Font-family : Arial; Font-size : 20pt; Color : darkblue;   Align : center}
    H2               {Font-family : Arial; Font-size : 18pt; Color : darkred;    Align : center}
    H3               {Font-family : Arial; Font-size : 16pt; Color : darkred;    Align : center}
    H4               {Font-family : Arial; Font-size : 14pt; Color : red;        Align : center}
    H5               {Font-family : Times New Roman; Font-size : 12pt; Color : green;    Align : center}

    H4.highlight     {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : yellow; Background : darkblue; Align : center}
    H3.pageHeading   {Color : darkblue}

    I.homePageInfo   {Color : chocolate; Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Align : Left}


/***** For Table Header and Footer *****/
    Table TD.heading {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : #000066; Background : #B4C3E0; Vertical-align : text-top}
    Table TD.footer  {Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : darkblue; Background : white; Text-align : left; Vertical-align : text-top}

/***** For General Purpose Messages and Caution Display *****/
    .copyright       {Font-family : Verdana; Font-size : 8pt; Font-weight : normal; Color : #003366}
    .iconMenu        {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Color : black}
    .leftFrameMenu   {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Color : blue; text-decoration : none}
    .btnForm         {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Color : blue}
    .formHeading     {Font-family : Arial; Font-size : 12pt; Color : darkred;    Align : center}
    .address         {Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : mediumblue; Vertical-align : text-top; text-decoration : none}
    LI.leftMenu      {list-style-type : circle; Color : blue}

/*  LI.leftMenu      {list-style-image : url(Images/trileft.gif)}    */

    .msgScroll       {Font-family : Arial; Font-size : 8pt; Font-weight : bold; Color : green; text-decoration : none}
    .caption         {Font-family : Arial; Font-size : 12pt; Color : red; Align : center}
    .message         {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : blue;}
    .messageRed      {Font-family : Arial; Font-size : 12pt; Font-weight : bold; Color : red}
    .messageBlue     {Font-family : Arial; Font-size : 10pt; Font-weight : bold; Color : blue}
    .msgError        {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : red;}
    .msgCaution      {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : darkorange;}

/***** For Page display at different levels *****/
    .sectionHeading  {Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Color : #FFFFFF; Background : #336699; Vertical-align : text-top; text-decoration : none}
    .levelA          {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : darkblue; Vertical-align : text-top; text-decoration : none}
    .levelB          {Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : mediumblue; Vertical-align : text-top; text-decoration : none}
    .levelAPrompt    {Font-family : Times New Roman; Font-size : 14pt; Font-weight : normal; Color : darkred; Vertical-align : text-top; text-decoration : none}
    .levelBPrompt    {Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Color : blue; Vertical-align : text-top; text-decoration : none}

    .levelC          {Height : 40; Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : blue; Vertical-align : text-center; text-decoration : none}
    .levelCPrompt    {Height : 40; Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : darkred; Vertical-align : text-center}

/***** For User Login Display *****/
//    Table TD.msgLogin     {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Color : red; Vertical-align : text-center}
//    Table TD.promptLogin  {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Color : blue; Vertical-align : text-center}
    Table TD.promptText   {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : blue; Vertical-align : text-center}
    Table TD.fieldText    {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : blue; Vertical-align : text-center}

/***** For Select List Box Display *****/
    Table TD.fieldBprompt  {Height : 40; Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : darkred; Vertical-align : text-center}
    Table TD.fieldB        {Height : 40; Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : white; Color : blue; Vertical-align : text-center}
    Table TD.fieldB INPUT  {Font-family : Verdana; Font-size : 8pt; Font-weight : normal; Color : blue; Vertical-align : text-top}
    Table TD.fieldB SELECT {Font-family : Verdana; Font-size : 10pt; Font-weight : normal; Color : blue; Vertical-align : text-top}

/***** For Multiple Record Form Display *****/
    Table.formMR     {border : 0; cellpadding : 0; cellspacing : 0; Background-color : gray}

    Table TR.heading      {Height : 20; Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Background-color : #B4C3E0; Color : #000066; Vertical-align : text-center}
    Table TR.field        {Height : 20; Font-family : Verdana; Font-size : 10pt; Font-weight : normal; Background-color : white; Color : blue; Vertical-align : text-center}
    Table TR.field INPUT  {border : 0;  Width : 100%; Font-family : Verdana; Font-size : 10pt; Font-weight : normal; Color : blue; Vertical-align : text-top}
    Table TR.field SELECT {border : 0; Font-family : Verdana; Font-size : 10pt; Font-weight : normal; Color : blue; Vertical-align : text-top}

    Table TR.curRow       {Height : 20; Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : #E5EEFF; Color : #000066; Vertical-align : text-center}
    Table TR.curRow INPUT {border : 0;  Width : 100%; Width : 100%; Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Background-color : #E5EEFF; Color : blue; Vertical-align : text-top}}
    Table TR.curRow SELECT{border : 0; Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Background-color : #E5EEFF; Color : blue; Vertical-align : text-top}

    Table TR.delRow       {Height : 20; Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : white; Color : red; Vertical-align : text-center}
    Table TR.delRow INPUT {border : 0;  Width : 100%; Width : 100%; Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Background-color : white; Color : red; Vertical-align : text-top}}
    Table TR.delRow SELECT{border : 0; Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Background-color : white; Color : red; Vertical-align : text-top}

    Table TR.delCurRow       {Height : 20; Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : #E5EEFF; Color : red; Vertical-align : text-center}
    Table TR.delCurRow INPUT {border : 0;  Width : 100%; Width : 100%; Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Background-color : #E5EEFF; Color : red; Vertical-align : text-top}}
    Table TR.delCurRow SELECT{border : 0; Font-family : Verdana; Font-size : 10pt; Font-weight : bold; Background-color : #E5EEFF; Color : red; Vertical-align : text-top}


/*    Table TD.fieldSelect  {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : blue; Vertical-align : text-center}
    INPUT          {Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : blue}
    SELECT         {Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : blue}
*/
/***** For Form Messages and Caution Display *****/
    .notNull              {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Color : blue; Vertical-align : text-center}
    Table TD DIV.msgForm  {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : white; Color : darkred; Vertical-align : text-center}
    Table TD DIV.msgRecord{Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : white; Color : green; Vertical-align : text-center}

/***** For Single Record Form Display *****/
    Table TD.fieldPrompt  {Height : 25; Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : #E5EEFF; Color : #000066; Vertical-align : text-center}
    Table TD.field        {Height : 25; Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Background-color : white; Color : blue; Vertical-align : text-center}
    Table TD.field INPUT  {border : 0; Width : 100%; Font-family : Verdana; Font-size : 8pt; Font-weight : normal; Color : blue; Vertical-align : text-top}
    Table TD.field SELECT {border : 0; Font-family : Verdana; Font-size : 10pt; Font-weight : normal; Color : blue; Vertical-align : text-top}
    Table TD.field TEXTAREA {border : 0; Width : 100%; Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : blue; Vertical-align : text-top}

/***** For Display of Para in Notices *****/
    P               {Text-indent : "0%"; Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : blue}
    A.download      {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : blue}
    .advContent     {Text-indent : "5%"; Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : darkblue}
    .advHighlight   {Font-family : Times New Roman; Font-size : 12pt; Color : yellow; Background : darkblue; Align : center}
    .content        {Text-indent : "5%"; Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : blue}

    .feature        {Font-family : Times New Roman; Font-size : 14pt; Font-weight : normal; Color : darkred; Vertical-align : text-top; text-decoration : none}
    .emphasisGold   {Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Color : chocolate; Vertical-align : text-top; text-decoration : none}
    .emphasis       {Font-family : Times New Roman; Font-size : 12pt; Color : darkgreen}
    .highlight      {Font-family : Times New Roman; Font-size : 12pt; Color : red;}
    .footer         {Font-family : Verdana; Font-size : 8pt; Font-weight : normal; Color : #003366}

  </STYLE>
