.ophGridCellTitle
{
	border-right: dodgerblue thin;
	border-top: dodgerblue thin;
	font-size: x-small;
	border-left: dodgerblue thin;
	width: 50%;
	color: dodgerblue;
	border-bottom: dodgerblue thin;
	font-family: Arial;
	background-color: black;
}
.ophCellData
{
	border-right: dodgerblue thin;
	border-top: dodgerblue thin;
	font-size: x-small;
	border-left: dodgerblue thin;
	width: 50%;
	color: white;
	border-bottom: dodgerblue thin;
	font-family: Arial;
	background-color: black;
}.ophGridItem
{
	border-right: dodgerblue thin;
	border-top: dodgerblue thin;
	font-size: x-small;
	border-left: dodgerblue thin;
	color: white;
	border-bottom: dodgerblue thin;
	font-family: Arial;
	background-color: navy;
}
.ophGridAltItem
{
	border-right: dodgerblue thin;
	border-top: dodgerblue thin;
	font-size: x-small;
	border-left: dodgerblue thin;
	color: white;
	border-bottom: dodgerblue thin;
	font-family: Arial;
	background-color: #3367ff;
}
.ophTitle
{
	font-size: large;
	color: dodgerblue;
	font-family: Arial;
}
P
{
	color: dodgerblue;
	font-family: Arial;
}
A:link
{
	color: #ffff66;
}
A:visited
{
	color: #ffff66;
}
.ophOuterTable
{
	font-size: x-small;
	width: 74%;
	color: dodgerblue;
	font-family: Arial;
	position: static;
	height: 100%;
	background-color: black;
}
.ophInnerTable
{
	font-size: x-small;
	width: 100%;
	color: dodgerblue;
	font-family: Arial;
}
.ophValidate
{
	font-size: xx-small;
	color: red;
}
.ophText
{
	color: dodgerblue;
	font-family: Arial;
}
.ophError
{
	font-size: large;
	color: red;
}
.ophRed
{
	font-size: small;
	color: red;
	font-family: Arial;
}
.ophTiny
{
	font-size: x-small;
	color: dodgerblue;
	font-family: Arial;
}
.ophInvisible
{
	display: none;
	visibility: hidden;
}
