/* CSS Document */

#small_nav {
	background-color:#EFF9FB;
}

#small_nav a {
	text-decoration:none;
	/*font-weight:bold;*/
	color:#0000FF;
}

#small_nav a:hover {
	color:#000000;
}

#content_main table {
	width:560px;
	border:none;
}

#content_main td {
	width:50%;
	vertical-align:top;
}

