	BODY { 
		overflow-x: hidden;
	}
    HTML {
		scrollbar-3dlight-color:#7F7F7F;
        scrollbar-arrow-color:#FFFFFF;
        scrollbar-base-color:#7F7F7F;
        scrollbar-track-color:#444f6e;
        scrollbar-darkshadow-color:#7F7F7F;
        scrollbar-face-color:#1b2951;
        scrollbar-highlight-color:#1b2951;
        scrollbar-shadow-color:#1b2951
	}
	.header {
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
	}
	.text {
		text-align: justify;
		font-family: Arial;
		font-size: 11px;
	}
	.header_sm {
		font-family: Arial;
		font-size: 12px;
	}
	.header_sm_u {
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}
	INPUT,TEXTAREA {
		font-family: Arial;
		font-size: 11px;
		border: 1px solid #000000;
		background-color: #1b2951;
		color: #FFF;
	}
	.footer {
		font-family: Arial;
		font-size: 11px;
		color: #333333;
		padding-top: 5px;
		text-align: center;
	}
	.footer a {
		color: #333333;
		text-decoration: none;
	}
	.footer a:hover {
		color: #999999;
		text-decoration: underline;
	}
