table.gradientWipe {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}

a.BlueLink:link { font-family: arial;
	color: blue;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.BlueLink:visited { font-family: arial;
	color: blue;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.BlueLink:hover { font-family: arial;
	color: #C12267;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
