/* CSS Document */

td.top_left {
	background-color:#CCCCCC;
	width:3px;
	height:21px;
}

td.top_right {
	background-color:#CCCCCC;
	width:3px;
	height:21px;
}

td.top_break {
	background-color:#FFFFFF;
	width:2px;
	height:21px;
}

td.top_button {
	text-align:center;
	background-color:#999999;
	height:21px;
}

a.top_button {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
}

a.top_button:hover {
	text-decoration:underline;
	color:#000000;
}

