body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000000;
}
a {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	color: #F70094;
}
.stripeBG {
	background-image: url(images/Lines_BG.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
HR {
	color: #F70094;
}

.PinkText{
	color: #F70094;
}
.SideLink a {
	color: #F70094;
	text-decoration: none;
	}
.SideLink a:hover {
	color: #000000;
	text-decoration: none;
	}
p {
	margin: 1px;
}
.indent25 {
	margin-left: 30px;
}
.indent50{
	margin-left: 50px;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
ul {
	color: #F70094;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-left: 15px;
}
.PinkBorder {
	border: 2px double #F70094;
}
.PinkDashBorder {
	border: 2px dashed #F70094;
}