body {
      background-image:url(bkg.gif);
 	background-color: #CADAE8;
 	font-size:8pt;
 	color: #000;
 	text-align:justify;
 	font-family: arial, times new roman, sans-serif;
      margin-left: 0px;
      margin-top: 0px;
 	}

td {
      font-size:8pt;
     }

 a:link, a:visited, a:active {
 	color: #7373A5;
 	text-decoration:none;
 	font-weight:bold;
 	}
 
 a:hover {
 	color: #000;
 	text-decoration:underline;
 	font-weight:bold;
 	}

.content {
       position:absolute;
       top:10px;
       left:10px;
       width:280px;
       padding:2px;
       height:334px;
       overflow:auto;
       text-align:center;
      }

.nav {
       position:absolute;
       top:51px;
       left:365px;
       }

.patch {
       position:absolute;
       top:55px;
       left:370px;
       }


 img { border:0px;
       }

h3 {
	margin: 0px 0px 10px 0px;
      color:#343552;
	}
 
 input, textarea, select, option, radio {
 	background-color: #7373A5;
 	border: 1px solid #000;
 	font-size:11px;
 	color: #fff;
 	font-family: arial, tahoma, sans-serif;
 	}

 
