body {
	background-color: white;
	color: #000;
	font-family: "Sans", verdana, helvetica;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	margin-top: 10px;
	padding: 0px;
	text-align: center;
}
body.main {
	background-color: #CCC;
}

p.news{
	text-align: justify;
}
p.sign {
	text-align: right;
}
p.comment {
	color: #A0A0A0;
	font-size: x-small;
}

table.page {
	border: thin solid #000;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
td {
	background-color: white;
	border: thin solid #000;
}
td.left {
	width: 15%;
	vertical-align: top;
	margin:0px;
	padding-top: 25px;
	padding-bottom: 10px;
}
td.center {
	margin: 8px;
	padding: 8px;
	vertical-align: top;
	width: auto;
}
td.right {
	width: 15%;
	vertical-align: top;
	margin:0px;
	padding-top: 25px;
	padding-bottom: 10px;
}

a {
	color: #00F;
}
a.menu {
	font-family: "body";
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;
	text-align: center;
}
a.text {
	font-family: "Sans", verdana, helvetica;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00F;
	text-decoration: underline;
	text-align: center;
}
a:visited {
	font-family: "Sans", verdana, helvetica;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #00F; 
	text-decoration: underline;
	text-align: center;
} 
a:hover {
	font-family: "Sans", verdana, helvetica;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #7F00FF; 
	text-decoration: underline;
	text-align: center;
} 
a:active {
	font-family: "Sans", verdana, helvetica;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0FF; 
	text-decoration: underline;
	text-align: center;
}

ul.menu, ul.submenu, ul.submenu2 {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.menu a, ul.submenu a, ul.submenu2 a {
	display: block;
	width: 9em;
	height: 1.5em;
	font-family: "Sans",verdana,helvetica,arial,sans-serif;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
}
ul.menu a {
	background-color: #FFF;
	color: #000;
}

ul.submenu a {
	background-color: #000;
	color: #FFF;
}
ul.submenu2 a {
	background-color: #000;
	color: #AAA;
}
ul.menu a:link, ul.submenu a:link, ul.submenu2 a:link, ul.menu a:visited, ul.submenu a:visited, ul.submenu2 a:visited {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
	font-weight: bold;
	text-decoration: none;
}
ul.menu a:hover, ul.submenu a:hover, ul.submenu2 a:hover {
	border-bottom: 1px solid #cecece;
	border-top: 2px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 2px solid #4a4a4a;
	font-weight: bold;
	text-decoration: none;
}

hr {
	color: #000000;
	background-color: #000000;
	width: 80%;
}