body
{
	direction:rtl;
	margin:0 auto;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
}

.main_table
{
	width:763px;
}

.main_table tr
{
	vertical-align:top;
}

.header
{
	text-align:center;
	background-image: url(gifs/header2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.header p
{
	margin:0px;
	margin-bottom:20px;
}

h1
{
	font-size:145%;
	font-color:#1e15cf;
	margin:5px;
	padding:0px;
}

h2
{
	font-size:135%;
	font-color:#1e15cf;
	margin:5px;
	padding:0px;
	 
}

h3
{
	font-size:120%;
	font-color:#1e15cf;
	margin:5px;
	padding:0px;
 
}

h4
{
	font-size:110%;
	margin:5px;
	padding:0px;
}

.left {
	background-color:#9eecff;
}

.menu_item
{
	background-color:#9eecff; 
	border-bottom:solid 2px #FFFFF;
	width:149px;
	text-align:right;
	font-weight:bold;
	padding:3px 20px 3px 0px;
	color:#3a6784;
}

.current
{
	background-color:#8156ff;
	border-bottom:solid 2px #FFF;
	width:145px;
	text-align:right;
	font-weight:bold;	
	padding:3px 20px 3px 0px;
	color:white;
}

.menu_item a:link, .menu_item a:visited
{
	text-decoration:none;	
}

.menu_item:hover
{
	background-color:#a3d3f1;
}

.footer
{
	padding:10px 0px 10px 0px;
	background-color:#c3e2f6;
	text-align:center;
}

.content
{
	width:602px;
	background-color:#F7F7F7;
	text-align:right;
	
}

.content p
{
	padding-right:5px;
	margin:5px;
	 
	text-align:right;
	width:90%;	
}

.divider
{
	background-color:#8bc8f4;
	text-align:right;
	font-weight:bold;	padding:3px 20px 3px 0px;
}

.divider_1
{
	background-color:#8bc8f4;
}

.mudgash
{
	background-color:#A8DFE4;  
	width:80%;
	padding:8px;
}


.list_square
{
	list-style:square;
	color:#6534A5;
	margin-left:20px;
}

.list_square span
{
	color:black;
}


.registration h1 
{
	color:#1e15cf;
}

.registration h2 
{
	color:#1e15cf;
}

.registration h3 
{
	color:#1e15cf;
}
.registration .date
{
	color:#09657c;
	font-weight:bold;
}
.registration .attention
{
	color:#09657c;
	font-weight:bold;
}
.expand {
	cursor:pointer;
	text-decoration:none;
}
.expand:hover {
	text-decoration:underline;
}
.continue {
	display:none;
	text-decoration:none;
}