.flat
{
	border: 1px solid #3366FF;
	cursor:hand;
	font-size: 12pt;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #3366FF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
.over
{
	border: 1px solid #FF0000;
	cursor:hand;
	font-size: 12pt;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #CC00FF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
.down
{
	border: 1px solid #FF0000;
	cursor:hand;
	font-size: 12pt;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #CC00FF;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}
