﻿@charset "utf-8";

* { margin:0; padding:0; outline:0; }

img { border:none; }

body {
	direction:rtl;
	font-family:Tahoma, Arial, Impact;
	font-size:12px;
	background:#FFFFFF;
}
#cliprz {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border: 1px dotted #CCCCCC;
}
#cliprz #header {
	font-size: 24px;
	color: #FFFFFF;
	background-color: #005599;
	height: 60px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#cliprz #navbar {
	font-size: 12px;
	color: #333333;
	background-color: #f1f1f1;
	padding-right: 7px;
	padding-left: 7px;
	height: 26px;
}
#cliprz #bodyarea {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	height: 500px;
}
#cliprz #footerlinkes {
	text-align: center;
	margin: 5px;
}
#cliprz #footerlinkes a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	padding: 7px;
}
#cliprz #footerlinkes a:hover {
	font-weight: bold;
	color: #000000;
}
#cliprz #footer {
	font-size: 10px;
	color: #333333;
	background-color: #f1f1f1;
	padding: 5px;
	text-align: center;
}#cliprz .box_left {
	margin: 7px;
	float: left;
	width: 270px;
	border: 1px dotted #999999;
}
#cliprz .head_box {
	text-align: center;
}
#cliprz .box_left .p_box_left {
	text-align: justify;
	padding: 5px;
}
#cliprz .box_right {
	margin: 7px;
	float: right;
	width: 270px;
	border: 1px dotted #999999;
}
#cliprz .box_right .p_box_right {
	text-align: justify;
	padding: 5px;
}
#cliprz .box_center {
	width: 270px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	position: relative;
	border: 1px dotted #999999;
}
#cliprz .box_center .p_box_center {
	text-align: justify;
	padding: 5px;
}
