body
{

	background-repeat: repeat-y;

	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: green;
	scrollbar-shadow-color: green;
	scrollbar-3dlight-color: #9cebae;
	scrollbar-arrow-color: green;
	scrollbar-track-color: #9cebae;
	scrollbar-darkshadow-color: green;
	scrollbar-base-color: green
	*
}

A:link
{
    TEXT-DECORATION: none
}
A:visited
{
    COLOR: blue;
    TEXT-DECORATION: none
}
A:active
{
    TEXT-DECORATION: underline
}
A:hover
{
    TEXT-DECORATION: underline
}

ul
{
	float: down;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
a.submenu
{
	float: down;
	width: 100%;
	text-decoration: none;
	padding: 0.2em 0.8em;
}
a.submenu:hover
{
	background-color: #99ffcc;
	border-top: green thin solid;
	border-bottom: green thin solid;
	text-decoration: none;
}

TD.Contents
{
    BORDER-RIGHT: green thin solid;
    BORDER-TOP: medium none;
    FONT-SIZE: 14px;
    BORDER-LEFT: green thin solid;
    BORDER-BOTTOM: medium none
}
.Base
{
    BORDER-RIGHT: green 5px double;
    BORDER-TOP: green 5px double;
    FONT-WEIGHT: bold;
    BORDER-LEFT: green 5px double;
    COLOR: green;
    BORDER-BOTTOM: green 5px double;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #9cebae
}
#01TXT
{
    WIDTH: 90mm
}
TEXTAREA
{
    HEIGHT: 45mm;
}
