.right {
	text-align: right;
}
.blue {
	font-weight: bold;
	color: #000066;
}
.red {
	font-weight: bold;
	color: #990000;
}
.itlc {
	font-style: italic;
}
.cntr {
	text-align: center;
}
#contact {
	font-size: small;
	font-weight: bold;
	color: #000066;
	background-color: #66CCFF;
	text-align: center;
	width: 200px;
	float: right;
}
.white {
	font-weight: bold;
	color: #FFFFFF;
}
.tableborder {
	background-color: #FFFFFF;
	border: thick groove #990000;
}
.border {
	border: thin solid #990000;
}

body {
	background-color: #000066;
	text-align: center;
}
#robot {
	font-size: medium;
	font-weight: bold;
	color: #990000;
	width: 300px;
	/*border: medium double #990000;*/
	text-align: center;
}
.top {
	vertical-align: top;
}
.medBlue {
	font-size: medium;
	font-weight: bold;
	color: #0033CC;
}
.bold {
	font-weight: bold;
}




.bckgrndmedBlue {
	background-color: #0033CC;
}
.small {
	font-size: small;
}
.hidden {
	visibility: hidden;
}

