	<STYLE>
		A {
			font-family		: Tahoma;
			font-size		: 12px;
		}

		A:link {
			font-family		: Tahoma;
			font-size		: 12px;
			text-decoration : none; 
			COLOR			: #125783; 
		}

		A:visited {
			font-family		: Tahoma;
			font-size		: 12px;
			text-decoration	: none; 
			COLOR			: #125783; 
		}

		A:active {
			font-family		: Tahoma;
			font-size		: 12px;
			text-decoration	: none; 
			COLOR			: #FE6204; 
		}

		A:hover {
			font-family		: Tahoma;
			font-size		: 12px;
			text-decoration	: none; 
			color			: #3E93C9; 
			text-decoration : underline;
		}

		.A {
			text-decoration : none; 
			COLOR			: #125783; 
			cursor			: pointer;
		}

		TABLE {
			font-family		: Tahoma;
			font-size 		: 12px;
		}

		INPUT#INPUT_TEXT {
			background-color: #FFFDE1;
			font-family		: Tahoma;
			font-size 		: 12px;
			border 			: 1px solid black;
			width 			: 170px;
			height			: 18px;
		}


		#csCaption1 {
			font-family		: Tahoma;
			font-size 		: 13px;
			text-decoration : underline;
			font-weight		: bold;
		}

		#csTextOK { color:049E30; font-weight:bold	}
		#csTextNotOK { color:D65100; font-weight:bold	}
		
		Body {
			background-image:url(background.jpg)
		}

		INPUT#BTN_001 {
			background-color 	: FFFFFF;
			font-family			: Tahoma;
			font-size 			: 10px;
			letter-spacing		: 1px;
			border-style		:solid;
			border-width 		: 1px 1px 1px 1px;
			padding-left		:1px;
			padding-top			:1px;
			border-top-color	: 2993B6;
			border-left-color	: 2993B6;
			border-right-color 	: 1D6881;
			border-bottom-color : 1D6881;
			width: 75px; height	: 21px;
		 	vertical-align		: top;
		}

		.BoxItemRow {
			background-color	: #ffffff;
		}

		.BoxItemRowMouseOver {
			background-color	: #F1F4F8;
			cursor				: pointer;
		}

		.Menu {
			border 				: 1px solid #024773;
			background-color 	: #ffffff;
			width				: 150px;
			height				: 80px;
		}

		.MenueCaption {
			background-color	: #E8F0F1;
		}
		.MenueItem {
			height				: 10px;
		}

		.MenueItemRow {
			background-color	: white;
		}
		.MenueItemRowMouseOver {
			background-color	: F1F4F8;
			cursor				: pointer;
		}

		.MenuCaptionText {
			font-family		: Tahoma;
			font-size		: 14px;
			font-weight		: bold;
			COLOR			: #024773; 
		}
	</Style>