﻿.helpHeadings {
	color: #3366FF;
	font-weight: bold;
	text-align: left;
	font-size: 1.4em;
	font-style: normal;
	font-family: "Comic Sans MS";
}
.tips {
	font-size: 1.3em;
	font-weight: bold;
	font-style: normal;
	color: #186ABB;
}
.tipParagraph {
	float: left;
	width: 750px;
	margin-bottom: 25px;
}
.red {
	color: #FF0000;
}
.cell {
	border-style: solid;
	border-width: thin;
	width: 10%;
	vertical-align: middle;
	text-align: center;
}
.tableText {
	border-style: solid;
	border-width: thin;
	padding: 10px;
	width: 90%;
}
.imageCenter {
	text-align: center;
}
