#hmota {
	font-family: Verdana, Sans-Serif;
	font-size: 0.9em;
	padding: 20px 20px 0px 20px;
}
.menu
{
	background-color: #FFFF99;
	border: 2px solid #FFFF99;
	width: 100%;
}

.menuitem
{
	padding: 2px 10px 2px 10px;
	text-align: center;
	border: 0px;
}

.menuitem a
{
	color: #993300;
}

.menuitem-current
{
	padding: 2px 10px 2px 10px;
	text-align: center;
	border: 0px;
	background-color: #FFFFCC;
}

.menu .ga
{
	display: block;
	font-weight: bold;
	color: #993300;
}
.menu .en
{
	display: block;
	color: #993300;
}
.menu a
{
	text-decoration: none;
}



.submenu
{
	background-color: #E6EFEE;
	border: 2px solid #E6EFEE;
	width: 100%;
}

.submenuitem
{
	padding: 2px 5px 2px 5px;
	text-align: center;
	border: 0px;
}

.submenuitem a
{
	color: #6C6C6C;
}

.submenuitem-current
{
	padding: 2px 5px 2px 5px;
	text-align: center;
	border: 1px solid #C7C7C7;
	background-color: #FFFFFF;
}

.submenu .ga
{
	display: block;
	color: #003700;
	font-weight: bold;
}
.submenu .en
{
	display: block;
	color: #6C6C6C;
}
.submenu a
{
	text-decoration: none;
}



.panel
{
	background-color: #FFFFCC;
	border-bottom: 2px solid #FFFF99;
	padding: 5px 20px 10px 20px;
	color: #006600;
}

.copyright
{
	clear: both;
	background-color: #336666;
	color: #DDDDDD;
	padding: 2px 10px 2px 10px;
}
.copyright a
{
	color: #DDDDDD;
	text-decoration: none;
}

.feedback
{
	width: 600px;
	text-align: left;
	clear: both;
	color: #4F4F4F;
	padding: 10px 10px 10px 10px;
}
.feedback a {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
.feedback a:hover {
	text-decoration: underline;
}

FORM {margin: 0px;}

.formline {clear: both; margin-top: 5px;}
.formcaption 
{
	display: block;
	float: left;
	width: 150px;
	margin-top: 2px;
}
.formline .ga {font-weight: bold;}
.formdata
{
	display: block;
	margin-left: 150px;
}
.textbox
{
	width: 97%;
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
}
.listbox
{
	width: 100%;
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
}
.button
{
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
}

.innerenvelope
{
	margin: 20px 20px 0px 20px;
}

.innerenvelope a
{
	color: #006600;
	text-decoration: none;
}

.innerenvelope a:hover  {
	text-decoration: underline;
}

A.letter
{
	text-decoration: none;
	color: #336699;
	margin-right: 0.3em;
}
SPAN.letter-current
{
	background-color: #336699;
	color: #FFFFFF;
	margin-right: 0.3em;
	padding: 0px 2px 0px 2px;
}

.abcpager
{
	background-color: #FFFF99;
	border-bottom: 2px solid #FFFF99;
	padding: 5px 20px 5px 20px;
	color: #006600;
	text-align: center;
}

SELECT.pager
{
	font-family: Verdana, Sans-Serif;
	font-size: 0.95em;
}

A.backforward
{
	position: relative;
	top: -1px;

	text-decoration: none;
	color: #FFFFFF;
	background-color: #DD0000;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

DIV.dictTitle {
	margin: 10px 25px 0px 25px;
}
DIV.dictTitle A {
	text-decoration: none;
	color: Green;
}
DIV.dictTitle DIV.line1 {
	padding-bottom: 5px;
	border-bottom: 1px dotted Navy;
}
DIV.dictTitle DIV.line1 A {
	font-size: 2em;
	color: Navy;
	font-weight: bold;
}
DIV.dictTitle DIV.line2 {
	margin-top: 5px;
}
DIV.dictTitle DIV.line2 A {
	color: #A60000;
	text-transform: uppercase;
}
DIV.legal {
	margin-top: 10px;
	text-align: center;
	color: #4A4A4A;
	font-size: 0.9em;
}
