﻿html,body 
{
	direction: rtl;
}

html,body,div,span,applet,object,iframe,p,blockquote,a,abbr,big,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:28px; color:black; background:white; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }

body 
{
	background-color: #1e491c;
	font-family: Tahoma;
}

p 
{
	text-align: justify;
	margin-top: 24px;
}

div.center 
{
	background-color: #ffffff;
	border: 2px solid White;
	margin: 0 auto;
	width: 800px;
}

div.title_bar 
{
	height: 160px;
	margin: 0px;
	padding: 0px;
}

h3 
{
	font-size: 18px;
}

#menu_bar 
{
	background-color: White;
	border-bottom: 2px solid #539150;
	color: #539150;
	font-size: 20px;
	height: 24px;
	padding: 16px 16px 16px 16px;
}

div.section_header 
{
	background-color: White;
	border-bottom: 2px solid #539150;
	color: #539150;
	background-color: #ccffcc;
	font-size: 18px;
	height: 32px;
	padding: 8px 16px 8px 16px;
	margin-top: 32px;
}

h1 { font-size: 18px; font-weight: bold; }

a
{
	color: #1e491c;
	text-decoration: none;
}

a:hover
{
	color: #64ae60;
}

#menu_bar sel a
{
	color: #1e491c;
	font-weight: bold;
	text-decoration: none;
}

#menu_bar div
{
	float: left;
	margin: 0px 32px 0px 32px;
}

div.content
{
	padding: 16px 16px 16px 16px;
}

div.panel
{
	background-color: White;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border: 1px solid White;
	padding: 8px 8px 8px 8px;
}