body {
	FONT-SIZE: 13px;
	MARGIN: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #000000;
	color: #ffffff;
	white-space: nowrap;
}

.header
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	color: #ffffff;
}

.table_header
{
	font-size: 12px;
	FONT-WEIGHT: bold;
	color: #ffffff;
	background-color: #000063;
}

.table_outer
{
	border: 1px ridge #c6c3c6
}

.table_price
{
	border: 2px ridge #c6c3c6;
	border-collapse: collapse;
}

.table_price thead
{
	text-align: center;
	vertical-align: middle;
}

.table_price tbody
{
	text-align: right;
}

.table_price td
{
	border: 1px ridge #333333;
	padding: 3px 1px 3px 1px;
}

.table_show
{
	font-size: 12px;
	border: 1px solid #333333;
	padding: 5px 10px 5px 10px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
}

.menu_table
{
	color: #000000;
	background-color: #9bd4ff;
}

.menu_item
{
	color: #000000;
	background-color: #9bd4ff;
	border: none;
	width: 100%;
	cursor: pointer;
}

.menu_item_hightlight
{
	color: #000000;
	background-color: #FFFFFF;
	border: none;
	width: 100%;
	cursor: pointer;
}

.menu_seperator
{
	width: 100%;
	margin: 0 0 0 0;
}

.tab_add{
	padding-left:5px;
}

.tab_center{
	background:url(../images/tab_center.gif) repeat-x top;
}

.other_board_link a:link
{
	text-decoration: none;
	color: #c6c3c6;
}

.other_board_link a:visited
{
	text-decoration: none;
	color: #c6c3c6;
}

.other_board_link a:hover
{
	text-decoration: underline;
	color: #ff9900;
}