/* CSS1 Style Sheet */

<STYLE type="text/css">
/***** For General Purpose Messages (style xyz is essential) *****/

//  .xyz     {Font-family : Arial; Font-size : 12pt; Color : darkred; Text-align : center}

/*---------- Alternative color : Dark Gray - #222222     Steel Blue - #003366     Golden - #6B6F00     lightblue - #0C5DA7
//---------- Dark Brown - #6B0000
//  Dark Brown - #6B0000	Redish Brown - #FF4400	Light Brown - #FF6000	Lighter Brown - #FF6F00
//  A:visited	{ Color : darkviolet; text-decoration : none }
pad-left : 2%; pad-right : 2%; 
//  I.homePageInfo   {Color : chocolate; Font-family : Times New Roman; Font-size : 12pt; Font-weight : normal; Align : Left}

//  .noMargin	{Color : green; Border: solid #FFFF00 1px; margin-left : 0%; padding-left : 0%}
*/

  A:hover	{ Color : #AB0000; text-decoration : underline }
.xxx{ Color : #FF6000 }
  .colorDarkGreen   { Color : darkgreen }
  .colorDarkRed     { Color : darkred }
  .colorDarkBrown   { Color : #6B0000 }
  .colorBrown       { Color : #FF6000 }

  .pageHeading	{Font-family : Arial; Font-size : 14pt; Font-weight : bold; Color : darkblue; text-align : center}
  .subHeading	{Font-family : Arial, Verdana, Arial, Helvetica, sans-serif; Font-size : 12pt; Font-weight : bold; Color : #0C5DA7; Text-align : center}
  .addressMiddle{Font-family : Verdana, Times New Roman; Font-size : 10pt; Font-weight : normal; Color : #FF6000; Vertical-align : top; text-decoration : none}
  .addressLeft	{Font-family : Verdana, Times New Roman; Font-size : 8pt; Font-weight : normal; Color : #FF6000; Vertical-align : top; text-decoration : none}

  .leftSubmenu  { Font-family : Arial; Font-size : 10pt; Font-weight : normal; Color : #FF4400; background : #DDDFFF; text-decoration : none;
                       position:absolute; left:0; top:3
                }

  .message      {Color : darkgreen }
  .emphasis	{Color : #FF4400; text-decoration : none}
  .download	{Font-family : Verdana, Times New Roman; Font-size : 10pt; Font-weight : normal; Color : blue}
  .highlight	{Font-family : Verdana, Times New Roman; Font-size : 12pt; Font-weight : normal; Color : #00FF00; background : #0000FF}
  .caution      {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : red}
  .btnForm      {Font-family : Verdana; Font-size : 8pt; Font-weight : bold; Color : blue}

  .levelA	{ Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : normal;
		  Color : #003366; background:white;
		  margin-left : 1%; margin-right : 1%; Visibility:visible;
		  Visibility:visible;
		  Text-align : center; Vertical-align : top
		}

  .levelAHeading{Font-family : Arial, Verdana, Helvetica, sans-serif; Font-size : 12pt; Font-weight : bold; Color : white; Background : #336699; Text-align : left}
  .levelAPrompt	{Font-family : Arial, Verdana, Helvetica, sans-serif; Font-size : 12pt; Font-weight : bold; Color : darkred; Text-align : left; Vertical-align : top}
  .levelAContent{Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : normal; Color : #003366; Text-align : left; Vertical-align : top}

  .levelAPrompt A{Text-decoration : none}
  P.levelAContent {Text-align : justify}
  A.levelAContent {Text-decoration : none}

  .levelB	{ Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : normal;
		  Color : mediumblue; background:white;
		  Visibility:visible;
		  Text-align : left; Vertical-align : top
		}

  .levelBHeading{Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : bold; Color : white; Background : #336699; Text-align : left}
  .levelBPrompt	{Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : bold; Color : darkred; Text-align : left; Vertical-align : top}
  .levelBPrompt A{Text-decoration : none}

  .levelBContent{Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : normal; Color : mediumblue; Vertical-align : text-top}
  P.levelBContent {Text-align : justify}
  A.levelBContent {Text-decoration : none}

  .levelC	{ Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : normal;
		  Color : mediumblue; background:white;
		  margin-left : 2%; padding-left : 2%; Visibility:visible;
		  Text-align : left; Vertical-align : top
		}
  .levelC OL	{Text-align : justify}
  .levelCPrompt	{Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 10pt; Font-weight : bold; Color : mediumblue; Text-align : left; Vertical-align : top}
  .levelCContent{Font-family : Verdana, Arial, Helvetica, sans-serif; Font-size : 8pt; Font-weight : normal; Color : mediumblue}

    Table TD.heading {Font-family : Times New Roman; Font-size : 12pt; Font-weight : bold; Color : #000066; Background : #B4C3E0; Vertical-align : text-top}

/***** For Prompt Fields *****/
    Table TD.promptInput  {Height : 25; Font-family : Verdana; Font-size : 8pt; Font-weight : normal; Color : #000066; Vertical-align : middle}
    Table TD.fieldInput INPUT   {Height : 25; Font-family : Verdana; Font-size : 8pt; Font-weight : normal; Color : blue; Vertical-align : middle}
    Table TD.fieldInput SELECT {border : 0; Font-family : Verdana; Font-size : 10pt; Font-weight : normal; Color : blue; Vertical-align : top}

/***** For Table Header and Footer 
    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}
*****/
  </STYLE>

