					BODY {
						margin : 0px 0px 0px 0px;
					}
					INPUT.norm{
						width:25px;
					}
					INPUT.date{
						background-color : Aqua;
						width:25px;
					}
					TD {
						font-family : Arial, Helvetica, sans-serif;
						font-size : 10pt;
					}

					TD.go {
						border : medium groove #BBBBBB;
						background : #555555;
						font-size : 10pt;
						font-weight : bold;
						color: Aqua;
						cursor : pointer;
					}
					TD.down {
						border : medium ridge #DDDDDD;
						background : #444444;
						font-size : 10pt;
						font-weight : bold;
						color: Aqua;
						cursor : pointer;
					}
					a, a:link    {
						color: #0000FF;
						font-size: 10pt;
						font-weight: normal;
					}
					a:hover {
						color: #CC0066;
						font-size: 10pt;
						text-decoration: underline;
					}
					table.list   {
						margin : 1%;
						background-color : #EEEEEE;
						padding-left : 5px;
					}
					TD.nav {
						background-color : #778899;
						padding : 5px 2px 2px 5px;
					}
					TD.header {
						background-color : #778899;
					}
					TD.box {
						background-color : #DDDDDD;
						border : thin solid #333333;
						padding : 2px 2px 2px 2px;
					}

					a.nav        {
						color: #00FFFF;
						font-size: 10pt;
						text-decoration: underline;
						font-weight: bold;
						text-align : center;
					}
					a:nav:hover        {
						color: Aqua;
						font-size: 10pt;
						text-decoration: underline;
						font-weight: bold;
					}
					TD.body {
						color: Black;
						background-color : #FAFAFF;
					}
					TD.top {
						background-color : #FAFAFF;
						border-top : thin solid Black;
					}
					TD.bottom {
						color: Black;
						background-color : #FAFAFF;
						border-bottom : thin solid Black;
					}
					TD.left {
						color: Black;
						background-color : #FAFAFF;
						border-left : thin solid black;
					}
					TD.right {
						background-color : #FAFAFF;
						border-right : thin solid Black;
					}

					TABLE.calendar {
						background-color : #DDDDDD;
					}
					.inp {
						background-color : White;
						font-size : 9pt;
						height : 20px;
						width : 110px;
					}
					.search {
						background-color : #FAFAFF;
						font-size : 9pt;
						margin : 4px 4px 4px 4px;
					}
					.s {
						font-size : 9pt;
						margin : 4px 4px 4px 4px;
					}
