body
{
	background-color: #ff0;
	background-image:url("images/bg_line.gif");
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 11px;
}

.main_table
{
	border-left: 1px solid #4e4e4e;
	border-right: 4px solid #4e4e4e;
	border-top: 1px solid #4e4e4e;
	border-bottom: 6px solid #4e4e4e;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.menu_table
{
	border: 1px solid #000;
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-weight: bold;
	font-size: 11px;

}

a.menu
{
	display: block;
	position: relative;
	padding: 2px;
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	background-color: #ff0;
	color: #000;
}

a.menu:hover
{
	display: block;
	position: relative;
	padding: 2px;
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 11px; 
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	color: #ff0;
}

hr
{
	border: 1px;
	height: 1px;
	background-color: #000;
	color: #000;
}

a:link
{
	color: #000;
	text-decoration: none
}
a:visited
{
	color: #000;
	text-decoration: none
}
a:hover
{
	color: #000;
	text-decoration: underline
}
a:active
{
	color: #000;
	text-decoration: none
}

.bottom_border
{
	border-bottom: 1px solid #000;
}

.right_border
{
	border-right: 1px solid #000;
}

.headline_table
{
	border: 1px solid #000;
	margin-top: 5px;
}

.footer
{
	font-family: Tahoma, Arial, Verdana, "Times New Roman";
	font-size: 10px;
	color: #666;
}
