/* CSS Special Features Styles */
	body
		{	background: #707070;
			margin-top: 2.0mm;
			margin-bottom: 1.0mm;
			vlink: red; }		
		
/* CSS Table Styles */

	TD.Document-Border
			{	border-bottom: #DDDDDD thin solid;
      	border-left: #DDDDDD thin solid;
      	border-right: #DDDDDD thin solid;
      	border-top: #DDDDDD thin solid;
      	border-width: 2.5mm }
      	
  TD.Document-Border-1
			{ border-bottom: #DDDDDD thin solid;
      	border-left: #DDDDDD thin solid;
      	border-right: #DDDDDD thin solid;
      	border-top: #DDDDDD thin solid;
      	border-width: 2.0mm }
      
  TD.BottomLine-Blue
  		{	border-top: hidden;
      	border-left-style: hidden;
      	border-right-style: hidden;
      	border-bottom: #333333 thin solid;
      	border-width: 0.1mm }
      	
  TD.TopLine-Black
  		{	border-top: #DDDDDD thin solid;
      	border-left-style: hidden;
      	border-right-style: hidden;
      	border-bottom: hiddden;
      	border-width: 0.1mm }
      	
  TD.BottomLine-Gray
  		{	border-top: hidden;
      	border-left-style: hidden;
      	border-right-style: hidden;
      	border-bottom: #999999 thin solid;
      	border-width: 0.5mm }
      	
  TD.BottomLine-LtGray
  		{	border-top: #CCCCCC thin solid;
      	border-left-style: hidden;
      	border-right-style: hidden;
      	border-bottom: #CCCCCC thin solid;
      	border-width: 0.3mm }
      	
  TD.Box_Border
  		{	border-top: hidden;
      	border-left: #333333 thin solid;
      	border-right: #333333 thin solid;
      	border-bottom: hidden;
      	border-width: 2.75mm }
      	
  TD.Form-Box-Border
  		{	border-top: hidden;
      	border-left: #CCCCCC thin solid;
      	border-right: #CCCCCC thin solid;
      	border-bottom: #CCCCCC thin solid;
      	border-width: 0.3mm }
      	
  TD.SideStrip-Border
  		{ border-top: hidden;
      	border-right-style: hidden;
      	border-left: #DDDDDD thin solid;
      	border-bottom: hidden;
      	padding: 5px 0 0 0;
      	border-width: 0.2mm }
      	
  TD.SideStrip-Border-R
  		{ border-top: hidden;
      	border-right: #DDDDDD thin solid;
      	border-left-style: hidden;
      	border-bottom: hidden;
      	padding: 0 0 0 0;
      	border-width: 0.2mm }
      	
  TD.SideStrip-BottomLine
  		{	border-top: hidden;
      	border-left-style: hidden;
      	border-right-style: hidden;
      	border-bottom: #DDDDDD thin solid;
      	border-width: 0.5mm }
      	
   TD.Admin-Box-Border
			{	border-bottom: #707070 thin solid;
      	border-left: #707070 thin solid;
      	border-right: #707070 thin solid;
      	border-top: #707070 thin solid;
      	border-width: 0.5mm }
      	
   TD.Admin-Box-Border-R
			{	border-bottom: hidden;
      	border-left: hidden;
      	border-right: #707070 thin solid;
      	border-top: hidden;
      	border-width: 0.5mm }
   
   TD.Admin-Box-Border-L
			{	border-bottom: hidden;
      	border-left: #707070 thin solid;
      	border-right: hidden;
      	border-top: hidden;
      	border-width: 0.5mm }


  
  /* CSS Link Styles */

	A.Link-Blue-8-Bold
	   {	font-family: Arial, Helvetica, Sans-Serif;
		 		font-size: 8pt;
		 		font-weight:Bold;
			 	color:"Blue";
			 	text-decoration: Underline }
	
	A.Link-Blue-10-Bold
	 		{ font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Bold;
				color:"blue";
	 			text-decoration: Underline }
	 			
	A.Link-Blue-8-Normal
	   {	font-family: Arial, Helvetica, Sans-Serif;
		 		font-size: 8pt;
		 		font-weight: Normal;
			 	color:"Blue";
			 	text-decoration: Underline }
	 			
	A.Link-EDSBlue-10-Bold
	 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				text-decoration: underline;
				font-size: 11px;
				color: #4043a1; }
				
	A.Link-EDSBlue-10-Bold:Hover
	 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: Normal;
				text-decoration: underline;
				font-size: 11px;
				color: #333333; }
				
	A.Link-MTSIBlue-12-Bold
	 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				text-decoration: underline;
				font-size: 12pt;
				color: #4043a1; }
				
	A.Link-MTSIBlue-12-Bold:Hover
	 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: Normal;
				text-decoration: underline;
				font-size: 12pt;
				color: #333333; }

				
	A.Link-Gold-10-Normal
	 		{ font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Normal;
	 			color: #F8C300;
	 			text-decoration: Underline }
										  	
	A.Link-Gold-10-Bold
	 		{	font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Bold;
	 			color: #F8C300;
	 			text-decoration: Underline }
	 	
	A.Link-Grey-10-Normal
	 		{ font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Normal;
	 			color: #333333;
	 			text-decoration: Underline }

	A.Link-Grey-10-Bold
	 		{ font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Bold;
	 			color: #333333;
	 			text-decoration: Underline }
	 			
	A.Link-Grey-10-Bold-V
	 		{ font-family: Verdana, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Bold;
	 			color: #333333;
	 			text-decoration: Underline }
	 			
	A.Link-Grey-12px-Bold
	 		{ font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 12px;
	 			font-weight:Bold;
	 			color: #333333;
	 			text-decoration: Underline }
	 	
	A.Link-Brown-10-Bold
	 		{ font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Bold;
				color:#AF7817;
	 			text-decoration: Underline }
	 			
	A.Link-Rust-10-Normal
	  	{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 10px;
				font-weight:Normal;
				color: "B22222";
				text-decoration: None }

	 	
/* CSS Font Styles */

	.AquaBlue-143
			{	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
				font-size: 143%;
				color: #007AC4;
				margin: 2em 0 .75em;
				font-weight: normal; }
				
	.AquaBlue-125
			{	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
				font-size: 125%;
				color: #007AC4;
				margin: 2em 0 .75em;
				font-weight: normal; }
				
	.AquaBlue-120
			{	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
				font-size: 120%;
				color: #007AC4;
				margin: 2em 0 .75em;
				font-weight: normal; }
	
	.Black-8-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 8pt;
			  font-weight: Bold;
			  color:"Black";
			  text-decoration: None }

	.Black-8-Bold-V
			{	font-family: Verdana;
			  font-size: 8pt;
			  font-weight: Bold;
			  color:"Black";
			  text-decoration: None }
	
	.Black-10-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight: Bold;
			  color:"Black";
			  text-decoration: None }
			  
	.Black-12-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 12pt;
			  font-weight: Bold;
			  color:Black;
			  text-decoration: None }		
			  
	.Black-14-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 14pt;
			  font-weight: Bold;
			  color:"Black";
			  text-decoration: None }	
			  
	.Black-16-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 16pt;
			  font-weight: Bold;
			  color:"Black";
			  text-decoration: None }
			  
	.Black-8-Normal
		 	{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 8pt;
				font-weight:Normal;
				color:"Black";
			  text-decoration:None }			  
	
	.Black-10-Normal
			{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 10pt;
				font-weight: Normal;
				color:"Black";
				text-decoration: None }
				
	.Black-10px-Normal-A
			{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 10px;
				font-weight: Normal;
				color:"Black";
				text-decoration: None }
				
	.Black-10px-Normal-V
			{	font-family: Verdana, Arial, Helvetica, Sans-Serif;
				font-size: 10px;
				font-weight: Normal;
				color:"Black";
				padding-bottom: 5px;
				text-decoration: None }
				
	.Black-11px-Normal-A
			{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 11px;
				font-weight: Normal;
				color:"Black";
				text-decoration: None }
							
	.Black-12-Helvetica-Bold
			{	font-family: Helvetica;
			  font-size: 12pt;
			  font-weight: Bold;
			  color:"Black";
			  text-decoration: None }
			  
	.Black-15-Helvetica-Bold
			{	font-family: Helvetica;
			  font-size: 15pt;
			  font-weight: Bold;
			  color:"Black";
			  text-decoration: None }
			  
	.Black-12-Normal
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 12pt;
			  font-weight: Normal;
			  color:"Black";
			  text-decoration: None }		
			  	
	.Blue-Dark-12-Normal
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 12pt;
			  font-weight: Normal;
			  color:"00344D";
			  text-decoration: None }
			  
	.Blue-10-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight: Bold;
			  color:blue;
			  text-decoration: None }

	.Blue-9-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 9pt;
			  font-weight: Bold;
			  color:blue;
			  text-decoration: None }

	.Blue-8-Normal
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 8pt;
			  font-weight: Normal;
			  color:blue;
			  text-decoration: None }	
		  
	.Blue-10-Bold-UL
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight: Bold;
			  color:blue;
			  text-decoration: underline }
	
	.Blue-Dark-10-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:bold;
			  color:"00344D";
			  text-decoration: None }
	
	.Blue-Dark-9-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 8pt;
			  font-weight:bold;
			  color:"00344D";
			  text-decoration: None }
		  
	.Blue-Dark-16-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 16pt;
			  font-weight:bold;
			  color:"00344D";
			  text-decoration: None }
			
	.BlueGrey-10-Normal
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:Normal;
			  color:"336699";
			  text-decoration:None }
			  
	.BlueGrey-12-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 12pt;
			  font-weight: Bold;
			  color:"336699";
			  text-decoration: None }
			  
	.BlueGrey-12px-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 12px;
			  font-weight: Bold;
			  color:"336699";
			  text-decoration: None }
	
	.BlueGrey-18-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 18pt;
			  font-weight: Bold;
			  color:"336699";
			  text-decoration: None }
			  
	.BlueGrey-26-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 26pt;
			  font-weight: Bold;
			  color:"336699";
			  text-decoration: None }
			  
	.Dark-Rust-8
	 		{	font-family: Verdana, Arial, Helvetica, Sans-Serif;
			  font-size: 8pt;
			  font-weight:Normal;
			  color:"F8C300";
			  text-decoration: None }
			  
	.Dark-Rust-10-Bold
	 		{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight: Bold;
			  color:"B22222";
			  text-decoration: None }
	
	.DarkGray-10-TMS
			{	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
				font-size: 10pt;
				color: #00344D;
				font-weight: bold; }
			  
	.Gold-10-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:Normal;
			  color:#F8C300;
			  text-decoration: None }
	
	.Grey-85-Bold-V
			{	font-family: Verdana, Helvetica, Sans-Serif;
			  font-size: 80%;
			  font-weight:bold;
			  color:#333333;
			  text-decoration: None }
			  
	.Grey-80-Normal-A
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 80%;
			  font-weight: normal;
			  color:"333333";
			  text-decoration: None }
		  
	.Grey-10-Normal
			{	font-family: Verdana, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:normal;
			  color:#333333;
			  text-decoration: None }
			  
	.Grey-11px-Normal
	 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				text-decoration: none;
				font-size: 11px;
				color: #333333; }
			  
	.Grey-12px-Normal
	 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				text-decoration: none;
				font-size: 12px;
				color: #333333; }
										  
	.Grey-10-Bold
			{	font-family: Verdana, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:bold;
			  color:#333333;
			  text-decoration: None }

	.LTGrey-8-Normal
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 8pt;
			  font-weight:normal;
			  color:#707070;
			  text-decoration: None }
			  
	.Grey-10-Bold-A
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:bold;
			  color:"333333";
			  text-decoration: None }
			  
	.Grey-10px-Bold
			{	font-family: Verdana, Helvetica, Sans-Serif;
			  font-size: 70%;
			  font-weight:bold;
			  color:"333333";
			  text-decoration: None }
			  
	.Grey-11-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 11pt;
			  font-weight:bold;
			  color:"333333";
			  text-decoration: None }
										  
	.Grey-12-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 12pt;
			  font-weight:bold;
			  color:"333333";
			  text-decoration: None }
			  
	.Grey-14-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 14pt;
			  font-weight:bold;
			  color:"333333";
			  text-decoration: None }
			  
	.Grey-16-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 16pt;
			  font-weight:bold;
			  color:"333333";
			  text-decoration: None }
			  
	.Grey-12-Normal
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 12pt;
			  font-weight: Normal;
			  color:"333333";
			  text-decoration: None }
	
	.Grey-10-Helvetica-Bold
			{	font-family: Helvetica;
			  font-size: 10pt;
			  font-weight: Bold;
			  color:#333333;
			  text-decoration: None }
	  
	.Grey-12-Helvetica-Bold
			{	font-family: Helvetica;
			  font-size: 12pt;
			  font-weight: Bold;
			  color:#333333;
			  text-decoration: None }
	
	.LtGrey-14-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 14pt;
			  font-weight:bold;
			  color:"CCCCCC";
			  text-decoration: None }
			  
	.MedGrey-10-Bold
			{	font-family: Verdana, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:bold;
			  color:"#707070";
			  text-decoration: None }
	
	.MTSBlue-11px-Bold
	 		{ font-family: Verdana, Arial, Helvetica, sans-serif;
				font-weight: normal;
				text-decoration: none;
				font-size: 11px;
				color: #4043a1; }
				
	.MTSPageHeaderBlue-12-Bold
	 		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				font-weight: Bold;
				text-decoration: none;
				font-size: 12pt;
				color: #00344D; }
				
	.MTSPageHeaderBlue-14-Bold
	 		{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
				font-weight: Bold;
				text-decoration: none;
				font-size: 14pt;
				color: #00344D; }
				
	.Orange-16-Bold
		 	{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 16pt;
				font-weight:Bold;
				color:#FF6633;
				text-decoration:None }

	.Orange-14-Bold
		 	{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 16pt;
				font-weight:Bold;
				color:#FF6633;
				text-decoration:None }

	.Orange-12-Bold
		 	{	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 12pt;
				font-weight:Bold;
				color:#FF6633;
				text-decoration:None }
	
	.Red-9-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 9pt;
			  font-weight:Bold;
			  color:Red;
			  text-decoration: None }
	
	.Red-10-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:Bold;
			  color:Red;
			  text-decoration: None }
			  
	.Red-12-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 12pt;
			  font-weight:Bold;
			  color:Red;
			  text-decoration: None }
			  
	.Red-14-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 14pt;
			  font-weight:Bold;
			  color:Red;
			  text-decoration: None }
	 
	.White-10-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight:Bold;
			  color:"White";
			  text-decoration: None }
			  
	.White-11px-Bold
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 11px;
			  font-weight:Bold;
			  color:"White";
			  text-decoration: None }
			  
	.White-14-Bold
			{	font-family: Arial, Verdana, Helvetica, Sans-Serif;
			  font-size: 14pt;
			  font-weight:bold;
			  color:"FFFFFF";
			  text-decoration: None }
			  
	.White-10-Normal
			{	font-family: Arial, Helvetica, Sans-Serif;
			  font-size: 10pt;
			  font-weight: Normal;
			  color:"#FFFFFF";
			  text-decoration: None }
	 
	.White-12-Sans
			{	font-family: Sans-Serif;
			  font-size: 12pt;
			  font-weight: Normal;
			  color:"White";
			  text-decoration: None }
			  
	.White-16-Sans
			{	font-family: Sans-Serif;
			  font-size: 16pt;
			  font-weight: Normal;
			  color:"White";
			  text-decoration: None }
			  
	.White-16-Helvetica
			{	font-family: Helvetica;
			  font-size: 16pt;
			  font-weight: Normal;
			  color:"White";
			  text-decoration: None }


/* CSS Formatting Styles */

	.1px-Line
			{	font-family: Verdana, Helvetica, Sans-Serif;
			  font-size: 1px;
			  font-weight:Normal;
			  color:"FFFFFF";
			  text-decoration: none }
			  
	.Line-Spacer
			{	font-family: Verdana, Helvetica, Sans-Serif;
			  font-size: 1pt;
			  font-weight:Normal;
			  color:"FFFFFF";
			  text-decoration: none }
	
	.DarkGreySquare
		 {	font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Bold;
	 			color: #333333;
				margin-left: -1.0em }
	  
	.GreySquare
		 {	font-family: Arial, Helvetica, Sans-Serif;
	 			font-size: 10pt;
	 			font-weight:Bold;
	 			color: #707070;
				margin-left: -1.0em }
	
	.Page-Header
		 {	color: #00344D;
				padding: 0 0 0 10px;
				margin: .85em 0;
				font-weight: normal;
				font-size: 220%;
				line-height: 1em;
				font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
				border-left: 5px #87C549 solid;	}
				
	.Topic-Header
		 {	color: #333333;
				padding: 0 0 0 5px;
				margin: .70em 0;
				font-weight: bold;
				font-size: 75%;
				line-height: 1em;
				font-family: Verdana,Arial,Helvetica,sans-serif;
				border-left: 3px #87C549 solid;	}
				
	.EMPortal_Box
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				background: #7CFC00;
				color:"000000";}
				
	.Form-Text-Box
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				background: #EAEAEA;
				color:"000000";
				border-bottom: #999999 thin solid;
      	border-left: #999999 thin solid;
      	border-right: #999999 thin solid;
      	border-top: #999999 thin solid;
      	border-width: 0.1mm}
  
  .Form-Text-Box-Blue
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				background: #DAF7A6;
				color:"000000";
				border-bottom: #999999 thin solid;
      	border-left: #999999 thin solid;
      	border-right: #999999 thin solid;
      	border-top: #999999 thin solid;
      	border-width: 0.1mm}
      	
   .Form-Text-Box-Yellow
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				background: #FFFF66;
				color:"000000";
				border-bottom: #999999 thin solid;
      	border-left: #999999 thin solid;
      	border-right: #999999 thin solid;
      	border-top: #999999 thin solid;
      	border-width: 0.1mm}

	.Form-Text-Box-N
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				font-weight: bold;
				background: #EAEAEA;
				color:"000000";
				text-align: right;
				border-bottom: #999999 thin solid;
      	border-left: #999999 thin solid;
      	border-right: #999999 thin solid;
      	border-top: #999999 thin solid;
      	border-width: 0.1mm}
  
  .Time-Text-Box-N
			{	font-family: verdana, arial, sans-serif;
				font-size: 9pt;
				font-weight: normal;
				background: #EAEAEA;
				color:"000000";
				text-align: right;
				border-bottom: #999999 thin solid;
      	border-left: #999999 thin solid;
      	border-right: #999999 thin solid;
      	border-top: #999999 thin solid;
      	border-width: 0.1mm}
   
   .Time-Text-Box-N-RED
			{	font-family: verdana, arial, sans-serif;
				font-size: 9pt;
				font-weight: bold;
				background: #EAEAEA;
				color:Red;
				text-align: right;
				border-bottom: #999999 thin solid;
      	border-left: #999999 thin solid;
      	border-right: #999999 thin solid;
      	border-top: #999999 thin solid;
      	border-width: 0.1mm}
      	
   .Time-Text-Box-Hidden
			{	font-family: verdana, arial, sans-serif;
				font-size: 9pt;
				font-weight: normal;
				background: #FFFFFF;
				color:"FFFFFF";
				text-align: right;
				border-bottom: #FFFFFF thin solid;
      	border-left: #FFFFFF thin solid;
      	border-right: #FFFFFF thin solid;
      	border-top: #FFFFFF thin solid;
      	border-width: 0.1mm}

	.BLUEButton
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				height: 25px;
				background-color: #11568C;
				color: white;
				cursor: hand;
				font-weight: bold;
				padding: 0 8 0 8;
				margin: 0px; }
				
	.GOLDButton
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				height: 25px;
				background-color: #F8C300;
				color: black;
				cursor: hand;
				font-weight: bold;
				padding: 0 8 0 8;
				margin: 0px; }
				
	.GrayButton
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				height: 25px;
				background-color: #DDDDDD;
				color: white;
				cursor: hand;
				font-weight: bold;
				padding: 0 8 0 8;
				margin: 2px; }
	
	.STATUSButton
			{	font-family: verdana, arial, sans-serif;
				font-size: 8pt;
				height: 18px;
				background-color: #FF5733;
				color: black;
				cursor: hand;
				font-weight: Normal;
				border: 2px;
				padding: 0 1 0 1;
				margin: 0px; }
			
	.GoldIBOX
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				font-weight:Bold;
				background: "FFFFCC";
				color:"000000";}
				
	.GoldIBOXNORMAL
			{	font-family: verdana, arial, sans-serif;
				font-size: 10pt;
				font-weight:Normal;
				background: "FFFFCC";
				color:"000000";}

	

	
	#mainCopy h1{ width:auto; margin: 0 0 5px 0; padding: 3 10 3 10; font-size: 1.6em; font-weight: bold; }			
	h1#hdrPurple  {  border-left: 6px solid #87C549; background: #EaEaEa; color:#000000; }




      

