body {
	font-family: Arial,Helvetica,Verdana;
	font-size: 8.5pt;
	color: #626262;
}
td {
	font-family: Arial,Helvetica,Verdana;
	font-size: 8.5pt;
	color: #626262;
}
.inputLtGrey {
	background-color: #626262;
	border: 1px solid #9D9D9D;
	font-size: 8pt;
	color: #9D9D9D;
	font-family: Arial,Helvetica,Verdana;
	font-size: 8.5pt;
}
.inputDkGrey {
	background-color: #333333;
	border: 1px solid #D5D5D5;
	font-size: 8pt;
	color: #D5D5D5;
	font-family: Arial,Helvetica,Verdana;
	font-size: 8.5pt;
}
.inputOffWhite {
	background-color: #DEDEDE;
	border: 1px solid #333333;
	font-size: 8pt;
	color: #333333;
	font-family: Arial,Helvetica,Verdana;
	font-size: 8.5pt;
}
.boldPink {
	color: #FE106C;
	font-weight: bold;
}
.bgPink {
	color: white;
	font-weight: bold;
	background-color: #FE106C;

}
.bgLtGrey {
	color: white;
	font-weight: bold;
	background-color: #626262;

}
.boldWhite {
	color: white;
	font-weight: bold;
}
a {
	color: #FE106C;
	text-decoration: none;
}
a:link {
	color: #FE106C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.mainNav {
	color: #999999;
}
.mainNav a {
	color: white;
	text-decoration: none;
}
.mainNav a:link {
	color: white;
}
.mainNav a:hover {
	color: white;
}
.contentsBox {
	padding: 8px;
}
.contentsBoxFlooded {
	padding: 8px;
	background-color: #D4D4D4;
}
.footer {
	padding-top: 8px;
	padding-bottom: 8px;
}
.tinytext {
	font-size: 9px;
}