	.txt {
    font-family: Arial, Helvetica, "Gill Sans","Trebuchet MS", Tahoma, Verdana, Geneva,  sans-serif;
    font-size: 12px;
    color: #000000;
	}

	.btxt {
    font-family: Arial, Helvetica, "Gill Sans","Trebuchet MS", Tahoma, Verdana, Geneva,  sans-serif;
    font-size: 12px;
    color: #000000;
	font-weight:bold;
	}

	.mtxt {
    font-family: Arial, Helvetica, "Gill Sans","Trebuchet MS", Tahoma, Verdana, Geneva,  sans-serif;
    font-size: 11px;
    color: #000000;
	}

	.wtxt {
    font-family: Arial, Helvetica, "Gill Sans","Trebuchet MS", Tahoma, Verdana, Geneva,  sans-serif;
    font-size: 11px;
    color: #FFFFFF;
	}

	A, A:active, A:focus, A:hover, A:link, A:visited {
    font-family: Arial, Helvetica, "Gill Sans","Trebuchet MS", Tahoma, Verdana, Geneva,  sans-serif;
    font-size: 12px;
    text-decoration: underline ;
    color:#183464;
	}
	
	.table {
    font-family: Arial, Helvetica, "Gill Sans","Trebuchet MS", Tahoma, Verdana, Geneva,  sans-serif;
    font-size: 12px;
    border:1px;
    border-color:#000000;
    border-style:solid;
    background-color:#d1d1d1;
	}
	
	input {
    font-family: Arial, Helvetica, "Gill Sans","Trebuchet MS", Tahoma, Verdana, Geneva,  sans-serif;
    font-size: 12px;
    color: #000000;
	border:1px;		
	border-color:#000000;
    border-style:solid;
	}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 left; /* center for now */
	width: 18em; /* ems so it will grow */
	border:0px;
	border-top:1px; border-style:solid;border-color:#939800;
	/*border-bottom:1px; border-bottom-style:dotted;border-color:#939800;*/
}
.boxhead {
    /*background-color:#9dadc6;*/
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	margin: 0;
	padding: 5px 30px 5px;
	color: #222222; 
	font-weight: bold; 
	font-size: 1.1em; 
	line-height: 1em;
	text-shadow: rgba(9,9,9,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	margin: 0;
	padding: 5px 10px 25px;
}