.txt {
	font-size:12px; color:#303030; font-family:Arial;
	}

.txtb {
	font-size:12px; color:#303030; font-family:Arial; font-weight:bold;
	}

.hdrwht {
	font-size:13px; color:#FFFFFF; font-family:Arial; font-weight:bold;
	}

a:visited, a:active, a:link {
	font-size:12px; color:#000000; font-family:Arial; text-decoration:none; font-weight:bold;
	}

a:hover {
	font-size:12px; color:#000000; font-family:Arial; text-decoration:none; font-weight:bold;
	background-color:transparent; border-color:#000000; border-bottom-width:1px; border-left-width:0px; border-right-width:0px; border-top-width:0px; border-style:dotted;
	}

.box1 {
	border:dotted 1px #202020;
	}

.box2 {
	border:solid 1px #202020;
	}

.forminput {
	font-size:10px; color:#303030; font-family:Arial; cursor:text;
	}


#container {
   position: relative;
   width:643px;
   top: 0px;  left: 0px;
   }

#translucentbkg {
   width: 643px;
   background-image: url('transparent.png') !important;	/* Mozilla only */
   background-color: transparent !important;			/* Mozilla only */
   background-image: none;					/* IE only */
   background-color: #F0F0F0;					/* IE only */
   filter:alpha(opacity=60);						/* IE only */
   }

#opaquetext { position: relative; }


