                        body {
                                background-color:#ffffff;
                                color:#000000;
								font-family: arial, sans-serif;
                        }


                        .header {
                                /* background-color:#ffffff; */
                                padding: 1px;
                                /* color :#616D7E; */
				color:#000000;
				border: thin solid;
                                border-color:#000000;
				padding:  5px 5px 5px 5px;
				margin-left: auto;
				margin-right: auto;
				top: 0px;
				left: 0px;
				/* position: absolute; */
				width: 99%;
                                }

			.clientDataList {
				color:  #616D7E;
				font-size: smaller;
				/*text-indent: 2em;*/
				
			}
                        .footer {

                                /* background:#ffffff; */
                                border : thin solid;
				padding: 1px;
                                color :#616D7E;
                                border-color:#000000;
                                }
                .main {
					position: static;
					/* border : thin solid; 
					border-radius: 15px;
			        -moz-border-radius: 15px;
					*/
					padding: 25px 25px 25px 25px;
				}

			.status {
				color: #000000;
				background-color: #dddddd;
				/* position: fixed; */
				position: sticky;
				/* 
				left: 0px; 
				*/
				bottom: 0px;
				border: thin solid;
				border-color: #000000; 
				font-size: x-small; 
				font-family: monospace, Sans-Serif;
				margin-left: auto;
				margin-right: auto;
				/* width: 99%; */
				overflow: hidden;
				vertical-align: middle;
				padding: 5px 5px 5px 5px;
				opacity: 1.0;
				text-align: center;
				z-index: 10;
			}
                        .title {
                                        font-weight : bold;
                                        font-style : italic;
                                }


			td	{


                                border : thin solid;
                                padding: 2px;
                                color :#616D7E;
                                border-color:#000000;
                                }

                        .title {
                                        font-weight : bold;
                                        font-style : italic;
                                }

			#statVal {
				color: #006600;
                font-family: monospace;
			}
			A  {
				color: #ff0000;
				}
                        A:visited       {
                                        color:#ff0000;
                                }
			A:hover {
				text-decoration: underline overline;
			}

