input.button {
	background-color : #597FD4;
	color: white;
	border : 1 groove Black;
	font-family : sans-serif;
	font-size : x-small;
	font-weight : bold;
}
input.sbutton {
	background-color : #597FD4;
	color: white;
	border : 1 groove Black;
	font-family : sans-serif;
	font-size : xx-small;
	font-style : italic;
}
td.sbutton{ 
	text-align: right; 
}
p{ 
	font-family: sans-serif;
	font-size: x-small; 
}
.bio{
	font-size: xx-small;
	text-align: left;
}
td.bio {
	padding: 8 5 5 5;
	font-size: xx-small;
	border: black 1px groove;
	background-color: #ccffff;
}
td{
   	font-family: sans-serif;
   	font-size : xx-small;
   	text-align : center;
  }
td.menu{
	border: 1 solid Black;
	background-color: #597FD4;
	cursor: hand;
	text-align : left;
	font: bold;
	color: White;
}
a.menu{
	font: bold;
	color: White;
	text-decoration : none;
}
table.border{
	border: 1 solid Black;
}
td.border{
	border-top: 1 solid Black;
}
.error {
	background-color : red;
	color: white;
	border : 1 groove Black;
	font-family : sans-serif;
	font-size : x-small;
	font-weight : bold;
}
.note {
	background-color : #597FD4;
	color: white;
	border : 1 groove Black;
	font-family : sans-serif;
	font-size : x-small;
	font-weight : bold;
}
.heading{
	color: Navy;
	font-family: fantasy;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
td.form{
	font: bold x-small;
	text-align : left;
}
.red{
	color: Red;
}
.lmenu{
	position: absolute;
	visibility : hidden;
	background-color : White;
}
.lmenuItem{
	font: x-small sans-serif;
	color : White;
	border : 1 solid Black;
	background-color : #597FD4;
	position : absolute;
	height : 20;
	padding-left : 10;
	cursor : pointer;
	text-align : left;
	z-index : 1;
}

.colRed{
	background-color: Red;
	color : White;
	font-size : xx-small;
}

.colGreen{
	background-color: Green;
	color : White;
	font-size : xx-small;
}

.colBlue{
	background-color: Blue;
	color : White;
	font-size : xx-small;
}

.left{
	text-align: left;
}