body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #222;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 16px;
}

p {
	font-size: 14px;
	margin:0px;
	padding:0px;
}

.rtl {
	direction:rtl;
}

a:link {
	color:#FFDF9A;
	direction:rtl;
	text-decoration: none;
}

a:visited {
	color:#FFDF9A;
	direction:rtl;
	text-decoration: none;
}

a:hover {
	color:#fff;
	direction:rtl;
	text-decoration: underline;
}

a:active {
}

#main_t {
	width:770px;
	height: 100%;
	background-color: #222;
}
#main_c {
	height: 100%;
}

#right_menu {
	height: 100%;
	background-image: url(../imgaes/bg_right_menu.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#right_menu_t {
	height: 100%;
}

#spacer_1 {
	background-image: url(../imgaes/spacer_1.gif);
	background-repeat:repeat-y;
}

#top_img_green{
	background-color: #008218;
}

#top_menu {
	background-image: url(../imgaes/bg_top_menu.gif);
	background-repeat:repeat-x;
}

#content {
	background-image: url(../imgaes/bg_content.gif);
	background-position:top;
	background-repeat:repeat-x;
	height: 100%;
	padding: 15px;
	font-size: 14px;
}

#link_menu {
	direction: rtl;
	text-align: right;
	list-style: none inside;
	border: none;
	margin:0px;
	padding:0px;
}

* html #link_menu{
	list-style: none outside;
}

#link_menu li{
}

#link_menu li a{
	display: block;
	background-image: url(../imgaes/bg_li_menu.gif);
	font-size: 16px;
	text-decoration: none;
	color:#FFF;
	padding-top:4px;
	padding-right: 10px;
	height:28px;
}

#link_menu li a:hover{
	background: #008218;
	color: #fff;
	height:28px;
}

#menulist li a.selected{
	color: #fff;
	background: #222;
}

#bg_pre_text{
	background-color:#141414;
	font-size: 12px;
	color:#B2B2B2;
	padding-top:4px;
	height:20px;
}

#footer {
	background-image: url(../imgaes/bg_footer.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#8A8A8A;
	direction:rtl;
}

#footer a {
	font-size:11px;
	color:#8A8A8A;
}

#TMenu {
	background-color: #ffedcc;
	border:solid 1px #eacb54;
	padding:10px 5px 10px 5px;
}

#TMenu a {
	color: #000;
	font-weight:bold;
	padding:4px 6px 4px 6px;
	border:solid 1px #eacb54;
	background-color: #fee7bd;
}

#TMenu a:hover {
	color: #894d00;
	background-color: #ffd49e;
	text-decoration: none;
}