BODY {
	background-color : White;
	color : Black;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}
TABLE {
	background-color : White;
	color : Black;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}
H1 {
	font-weight : bold;
	font-size : 14px;
}
DIV {
		position : absolute;
}
SPAN {
	cursor : hand;
}
A {
	background-color : White;
	color : Black;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}
A:hover {
	background-color : Silver;
	color : Black;
}
.imgframe {
	border : 1px solid Gray;
	height : 175;
	width : 175;
	text-align : center;
	vertical-align : middle;
}
.frgal {
	border : 1px solid Gray;
	height : 100;
	width : 100;
	text-align : center;
	vertical-align : middle;
	cursor : hand;
}
.rows {
	background-color : #D2D2D2;
}
.cols {
	background-color : #ADADAD;
}
.menu {
	position : absolute;
	width : 70px;
	height: 12px;
	overflow: hidden;
	cursor : hand;
	background-color : transparent;
	visibility : visible;
}
.menu1 {
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	background-color: #E0E0E0;
}
.table1 {
	background-color : transparent;
	border : none;
}
.ok {
		cursor : hand;
}