BODY {
	color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	margin : 5px 0px 0px 5px;
}

A, A:VISITED {
	color : Navy;
	text-decoration : none;
}

A:HOVER {
	color : Silver;
	cursor : pointer;
}

TABLE {
}

TABLE.info {
	background-color : white;
	border : 1px solid red;
	color : Navy;
}

TABLE.menu {
	background-color : white;
	border : 1px solid red;
}

TD{

	font-size : smaller;
}

TD.head{
	vertical-align : top;
	font-size : smaller;
	color : White;
	background-color : Gray;
}

TD.out{
	vertical-align : top;
	font-size : smaller;
	cursor : pointer;
	background-color : grey;
}

TD.over{
	vertical-align : top;
	font-size : smaller;
	cursor : pointer;
	background-color : #FF9999;
	color : Black;
}



