


A
	{
	color: blue;
	text-decoration: none; 
	}

A:hover
	{
	color: red;
	text-decoration: underline; 
	}


/* Header used for main account page tables */

td.Header
{
	text-align: center;
	font-weight: bold; 
	color: #A00000;
	background-color: yellow;
}




.RedLink:hover
	{
	color: red;
	text-decoration: underline; 
	}

 
.RedLink  
	{
	color: red;
	text-decoration: none; 
	}


