/*File: Screen StlyeSheet for web51.css
Date: Tuesday 3 February 2004 
Author : Simon Burdge
Version : 2.0
Amendents:
*/
body
	{
		background-color: white;
	}

.insert 
/*this does not work in nescape 7 */
	{
		zoom: 0.25;	
	}
hr
	{
		color: #0057a6;  /* blue */
	}
.picture
	{  
		padding-top: 5px; 
		padding-bottom: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
		border-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #9e9c70;/* green briege*/
		border-left-width: 2px;
		border-left-color: #9e9c70;
		border-right-width: 2px;
		border-right-color: #9e9c70;
		border-top-width: 2px;
		border-top-color: #9e9c70;
	}
.txHeader
	{
		font-family: Arial, sans-serif, Helvetica;
		font-size: 18px;
		color: #000000; /*black*/
		font-weight: bold
	}

.txHeaderLeft
	{
		font-family: Arial, sans-serif, Helvetica;
		font-size: 14px;
		color: #0057A6;
	}

.txHeaderRight
	{
		font-family: Arial, sans-serif, Helvetica;
		font-size: 14px;
		text-align: justify;
		color: #000000;
		font-weight: bold; 
		font-style: normal; 
		font-variant: normal
	}

.listBlue 
	{  
		list-style-position: outside; 
		list-style-image: url(../Images/bulletPoint_red.gif);
	}

.listRed
	{  
		list-style-position: outside; 
		list-style-image: url(../Images/bulletPoint_blue.gif);
	}

.txlinkRightRed
	{
		font-family: Arial, sans-serif, Helvetica;
		font-size: 14px;
		text-align: left;
		color: #f24f00;
	}

.txInfoSmall
	{
		font-family: Arial, sans-serif, Helvetica;
		font-size: 10px;
		text-align: left;
		color: #ffffff;
	}

.txHeaderJustified
	{
		font-family: Arial, sans-serif, Helvetica;
		font-size: 14px;
		text-align: justify;
		color: #0057A6;
	}

/*remember to do the anchor link to the right.*/

#arrow1
	{
		position:absolute; 
		left:390px; 
		top:190px; 
		width:378px; 
		height:80px; 
		z-index:1; 
		visibility: hidden
	}

#arrow2
	{
		position:absolute; 
		left:232px; 
		top:235px; 
		width:140px; 
		height:295px; 
		z-index:3; 
		visibility: hidden
	}

#arrow3
	{
		position:absolute; 
		left:495px; 
		top:380px; 
		width:305px; 
		height:168px; 
		z-index:2; 
		visibility: hidden
	}.border {  border: #33CC33; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}
.payTitleTX {  font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-style: normal; font-weight: normal; font-variant: normal; color: #FFFFFF; margin-left: 10px; padding-left: 10px; padding-right: 10px; margin-right: 10px}
