/* CSS Document */

.simple_font{
	line-height: 20px;
	color: #999999;
}

td {
	font-size: 12px;
}

.menu_mouse_out {
	font-size: 14px;
	color: #999999;
	background-image: url(../images/mouse_out.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	cursor:hand;
}

.menu_mouse_over {
	font-size: 14px;
	color: black;
	background-image: url(../images/mouse_over.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	cursor:hand;
}

.second_link {
	font-size: 12px;
	line-height: 40px;
	color: #000000;
	text-align: center;
	height: 40px;
	cursor:hand;
}

.content {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.head {
	padding: 5px;
}

.link {
cursor:hand;
}
