a{
	color: #0000ff;
	text-decoration: none;
}

a:link {
	color: #0000ff;
	text-decoration: none;
} 

a:visited {
	color: #0000ff;
	text-decoration: none;
} 

a:hover {
	color: #0000ff;
	text-decoration: underline;
} 

a:active {
	color: #0000ff;
	text-decoration: none;
} 

#content_table	{
	width: 900px;
	height: 400px;
	border-collapse: collapse;
}

#left_menu	{
	width: 190px;
	text-align: center;
	vertical-align: top;
}

#right_menu	{
	width: 190px;
	text-align: center;
	vertical-align: top;
}

#main_content	{
	width: 500px;
	text-align: center;
	vertical-align: top;
}

.content_delimiter	{
	width: 10px;
}

.left_menu_table	{
	width: 190px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000099;
	border-collapse: collapse;
}

.right_menu_table	{
	width: 190px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000099;
	border-collapse: collapse;
}

.menu_title	{
	width: 190px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.3em;
	background: url( ../image/menu_title_wall.gif ) repeat-x;
	border-bottom: 1px solid #0000ff;
}

.menu_data	{
	width: 190px;
	height: 25px;
	margin: 0px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.menu_center	{
	width: 190px;
	height: 25px;
	margin: 0px;
	padding-left: 0px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.menu_delimiter	{
	height: 5px;
}

.error_message	{
	font-size: 12px;
	line-height: 1.5;
	color: #ff0000;
}
