BODY{
	font-family: Arial;
	margin: auto;
	text-align: center;
	background: url('images/bg.jpg') repeat-x;
}
.page{
	margin: auto;
	text-align: center;
	width: 800px;
	direction: rtl;
	display: table;
}
.header{
	height: 310px;
	font-size: 11px;
}
.content{
	font-size: 12px;
	color: #000;

}
.right{
	display: inline;
	float: right;
	height: 436px;
	width: 190px;
	background-image: url('images/dots.jpg');
	text-align: right;
}
.menu_pages{
	height: 249px;
	width: 189px;
}
.menu_pages_title{
	background-image: url('images/pages.jpg');
	color: #fff;
	font-size: 14px;
	height: 40px;
	font-weight: Bold;
}

.menu_sites{
	height: 249px;
	width: 189px;
}
.menu_sites_title{
	background-image: url('images/sites.jpg');
	color: #fff;
	font-size: 14px;
	height: 40px;
	font-weight: Bold;
}
.mpt_padding{
	padding: 7px 25px 0 0;
}
.menu_option{
	background-image: url('images/menu_option.jpg');
	width: 189px;
	height: 32px;
	font-size: 12px;
	color: #1c1c1c;
	font-weight: Bold;
}
.menu_option a{
	color: #1c1c1c;
	text-decoration: none;
}
.mop_padding{
	padding: 0 25px 0 0;
}
.left{
	display: inline;
	float: left;
	width: 610px;
	text-align: right;
}
.content_title{
	background-image: url('images/title.jpg');
	color: #fff;
	font-size: 14px;
	height: 40px;
	font-weight: Bold;
	width: 610px;
}
.con_padding{
	padding: 7px 20px 0 0;
}
.content_con{
	padding: 0px 15px 0 0;
	font-size: 12px;
	color: #1c1c1c;
	text-align: right;
}
.content_con a{
	text-decoration: none;
	color:#1c1c1c;
}
.footer{
	padding: 20px 0 10px 0;
	font-size: 11px;
	color: #1c1c1c;
	direction: rtl;
}
TABLE{
	font-size: 12px;
	color: #1c1c1c;
	border: 1px solid #eee;
}
TD{
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eee;
}
.th1{
	background-color: #00baab;
	color: #fff;
	font-weight: Bold;
}
.th2{
	background-color: #8cba00;
	color: #fff;
	font-weight: Bold;
	text-align: center;
}
.th3{
	background-color: #eee;
}
.tb{
	border: 0px;
	color: #1c1c1c;
}
.t{
	background-color: #fff;
	color: #1c1c1c;
	border: 0px;
	font-weight: Bold;
}
INPUT{
	font-family: Arial;
	font-size: 12px;
	padding: 3px;

}
