/* CSS Document */
.black_normal
{
	color:#000000;
	text-align:justify;
}

/*.black_link 
{
	color:#000000;
	font-size:11px;
	text-align:justify;
	text-decoration:underline;
	text-transform:none;
}

.black_link:hover
{
	color:#000000;
	font-size:11px;
	text-align:justify;
	text-decoration:underline;
	text-transform:none;	
}*/

.closeAccountLink
{
	font-family: Arial;
	color:#036CA3;
	text-decoration:underline;
	text-transform:none;  
}
.closeAccountLink:hover
{
	font-family: Arial;
	color:#036CA3;
	text-decoration:none;
	text-transform:none;  
}

/*return top link*/
.returnTopLink
{
  font-family: Arial;
  float:right;
  color:#036CA3;
  text-decoration:underline;
}
.returnTopLink:hover
{
  font-family: Arial;
  color:#036CA3;
  text-decoration:none;
}
/*end*/
