﻿html {
	direction: rtl;
	background: transparent;
	SCROLLBAR-FACE-COLOR: #9FC7BF;
	FONT-SIZE: 14px;
	COLOR: #4c4a43;
	FONT-FAMILY: Trebuchet, arial;
	TEXT-DECORATION: none;
	text-align: center;
	margin-right: 10px;
}
.MyButtons {
	text-align: right;
	width: 200px;
}
.MyButtons ul {
	list-style: none;
	margin: 0;
	padding: 5;
}
.MyButtons li a, .MyButtons li a:link, .MyButtons li a:visited {
	width: 200px;
	height: 25px;
	color: #436B5C;
	border: 2px solid #436B5C;
	background-color: #C0D8CF;
	font-weight: bold;
	text-decoration: none;
}
.MyButtons li a:hover {
	color: #FF8000;
	text-decoration: none;
	font-weight: bold;
	background-color:#FFE4CA;
}
.Table_Head {
	color: #FFFFFF;
	background-color: #000000;
	background-image: url('images/TableUp.gif');
	height: 22px;
	background-repeat: repeat-x;
}
.Table_Body {
	color: #FFFFFF;
	background-color: #40846B;
	width: 100%;
	font-weight: bold;
}
.Table_Alter {
	border: 1px solid #C0D8CF;
	color: #FFFFFF;
	background-color: #85B29D;
}
body {
	margin: 30px;
	background-color: transparent;
}
.title1 {
	text-decoration: underline;
	font-weight: bold;
	FONT-SIZE: 20px;
	text-align: center;
	color: #FF6600;
}
.title2 {
	font-weight: bold;
	FONT-SIZE: 15px;
	text-align: center;
	color: #FF6600;
	text-align: right;
}
.Title {
	text-align: center;
	color: #FF6600;
	font-size: large;
}
.table1 {
	border: 1px solid #008000;
	border-width: 1px;
}
.scroll {
	background: transparent;
	overflow: auto;
}
.txtfld {
	opacity: .7;
	filter: alpha(opacity=70);
}
.ValidDiv {
	color: #FF0000;
}
