/*Alert Popup*/


td				{
				font-family: Arial, Verdana, Helvetica,sans-serif;
				font-size: 11px;
				}

a:hover 			{color: #ff9900; text-decoration: none;}
a:active 			{color: #ff9900; text-decoration: underline;}
a:link 				{color: #ff9900; text-decoration: underline;}
a:visited 			{color: #ff9900; text-decoration: underline;}
a:visited:hover 		{color: #ff9900; text-decoration: none;}


.AlertText			{
				font-family: Arial, Verdana, Helvetica,sans-serif;
				font-size: 11px;
				text-align: justify;
				display: block;
				}

.BodyTextBold			{
				font-family: Arial, Verdana, Helvetica,sans-serif;
				font-size: 11px;
				font-weight: bold;
				text-align: center;
				}

.pipe				{
				COLOR: #000000;
				FONT-FAMILY: Arial, Helvetica, sans-serif;
				FONT-SIZE: 12px;
				padding-left: 5px;
				padding-right: 5px;
				}

table.alert			{
				border: 1px solid #000000;
				}