﻿@charset "utf-8";
/* CSS Document */
A:hover {
	background: #eeeeee;
	color: #ff0000;
	height: 0px;
	font-weight: normal;
	text-decoration: none;
}
A:link, A:visited {
	color: #ff0000;
	font-weight: normal;
	text-decoration: underline;
}
body {
	color: #aaaaaa;
	background: #555555;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
img {
	border-style: none;
}
table.page-menu {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: 665px;
	text-align: center;
	z-index: 0;
	top: auto;
}
table.page-menu_left {
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	margin: 0 auto;
	padding: 10px;
	width: 665px;
	z-index: 0;
	top: auto;
}
td {
	border-style: none;
	margin: 3px;
	padding: 3px;
}