<style type="text/css">
	<!--
	body          {font-family: Verdana; font-size: 10px; color: #000000; background-color: #c0c0c0; }
	body.white    {font-family: Verdana; font-size: 10px; color: #000000; background-color: #ffffff; }
	pre, tt       {font-size: 10px; }
	th            {font-family: Verdana; font-size: 10px; font-weight: bold; background-color: #2A3077; color: #FFFFFF; }
	H1            { font-family: Verdana; font-size: 18px; font-weight: bold; color: #2A3077; margin-bottom: 4px;}
	H2            { font-family: Verdana; font-size: 12px; font-weight: bold; color: #2A3077; margin-bottom: 4px;}
	th.list       {font-size: 10px; font-weight: bold; background-color: #2A3077; color: #FFFFFF; text-align: left; }
	.list A:link    {color: #FFFFFF; text-decoration: none;}
	.list A:visited {color: #FFFFFF; text-decoration: none;}
	.list A:hover   {color: #FFFFFF; text-decoration: underline;}
	th.form       {font-size: 10px; font-weight: bold; background-color: #2A3077; color: #FFFFFF; text-align: right; }
	.form A:link    {color: #FFFFFF; text-decoration: none;}
	.form A:visited {color: #FFFFFF; text-decoration: none;}
	.form A:hover   {color: #FFFFFF; text-decoration: underline;}
	td            {font-family: Verdana; font-size: 10px; }
	td.menuUserTD {font-size: 9px; color: #2A3077;  font-weight: bold; background-color: #FFFFFF; text-align: center; }
	table.r1,td.r1,tr.r1            { background-color: #F1F1F1;}
	table.r2,td.r2,tr.r2            { background-color: #E6E6E6;}
	table.MAIN_TBL	{	 }
	td.hr1           { background-color: #D6D6D6; font-weight: bold;}
	.SHADOW_TL { background-image: url(img/bg_shade_top_left.gif); }
	.SHADOW_T { background-image: url(img/bg_shade_top.gif); }
	.SHADOW_TR { background-image: url(img/bg_shade_top_right.gif); }
	.SHADOW_L { background-image: url(img/bg_shade_left.gif); }
	.SHADOW_R { background-image: url(img/bg_shade_right.gif); }
	.SHADOW_BL { background-image: url(img/bg_shade_bottom_left.gif); }
	.SHADOW_B { background-image: url(img/bg_shade_bottom.gif); }
	.SHADOW_BR { background-image: url(img/bg_shade_bottom_right.gif); }
	
	form          {font-family: Verdana; font-size: 10px; }
	input         {font-size: 10px; color: #000000; font-family: Verdana; }
	select        {font-size: 10px; color: #000000; font-family: Verdana; }
	textarea      {font-size: 10px; color: #000000; font-family: Verdana; }
	A:link        {font-family: Verdana; font-size: 10px; text-decoration: none; color: #FA5105; }
	A:visited     {font-family: Verdana; font-size: 10px; text-decoration: none; color: #FA5105; }
	A:hover       {font-family: Verdana; font-size: 10px; text-decoration: underline; color: #FA5105; }
	A:link.nav    {color: #000000; }
	A:visited.nav {color: #000000; }
	A:hover.nav   {color: #FF0000; }
	A.list        {font-size: 10px; font-weight: bold; text-decoration: none; }
	.nav          {color: #000000; }
	b             {font-family: Verdana; font-size: 10px; color: #000000; }
	.SUBPROJFORM_INACTIVE            {font-family: Verdana; font-size: 10px; font-weight: bold; background-color: #EEEEEE; color: #888888; }
	TR.SUBPROJHEAD_INACTIVE, TH.SUBPROJHEAD_INACTIVE            {font-family: Verdana; font-size: 10px; font-weight: bold; background-color: #CCCCCC; color: #FFFFFF; }
	b.SUBPROJHEAD_INACTIVE {font-size: 12px; color: #888888; font-weight: bold; padding-top: 20px; }
	b.SUBPROJHEAD {font-size: 12px; color: #000000; font-weight: bold; padding-top: 20px; }
	b.pageheading {font-size: 12px; color: #2A3077; font-weight: bold; }
	.version	  {font-family: Verdana; font-size: 9px; color: #BBCAAB; }

	BODY.MENU	{ background-color: #EEEEEE; font-family: Verdana; font-size: 11px; font-weight: normal; }
	TD.MENU		{ font-family: Verdana; font-size: 10px; font-weight: normal; }
	A.MENU			{ font-family: Verdana; font-size: 10px; font-weight: normal; color: #2A3077; text-decoration: none; }
	A.MENU:visited	{ font-family: Verdana; font-size: 10px; font-weight: normal; color: #2A3077; text-decoration: none; }
	A.MENU:hover	{ text-decoration: underline; }

#TabMenu
{
	height: 19px;
	background-image: url(img/tabmenu/menubg.gif);
	background-repeat: repeat-x;
}
#TabMenu .Op
{
	color: #FFFFFF;
	background-image: url(img/tabmenu/menuOpBg.gif);
}
#TabMenu .Op a
{
	color: #FFFFFF;
}
#TabMenu .Op a:hover
{
	color: #FFFFFF;
}
#TabMenu .Cl
{
	color: #FFFFFF;
	background-image: url(img/tabmenu/menuClBg.gif);
}
#TabMenu .Cl a
{
	color: #FFFFFF;
}
#TabMenu .Cl a:hover
{
	color: #FFFFFF;
}

	// GPR Orange: #FA5105
	// GPR Blue:   #2A3077
	//-->
#progressBarFrame {
  width:33%; 
  border:1px solid #2A3077; 
  background-color:white;
  visibility:hidden; 
}

#progressBar {
  border:1px; 
  width:0px; 
  background-color: #FA5105;
  color:white; 
}

#statusText {
  height:     10px; 
  overflow:   hidden;
  font-size:  10;
}

</style>
