@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-color: #00212e;
	background-repeat: repeat-x;
}

.body_bg {
	background-image: url(images/body_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
.cell_bg {
	background-color: d6d6d6;
	background-image: url(images/cell_bg.jpg);
	background-repeat: repeat-x;
	direction:rtl
}
.news {
	font-family: "Times New Roman";
	font-size: 15px;
	color: #000000;
	text-align: justify;
}
.subject {
	font-family: "Tahoma";
	font-size: 12px;
	color: #161616;
	text-align: justify;
}
h1 {
	font-size: 16px;
	color: #0066FF;
}
h2 {
	font-size: 15px;
	color: #016930;
}
h3 {
	font-size: 14px;
	color: #666666;
}
a {
	font-family: Tahoma;
	color: #006633;
}
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}

.style1 {font-size: 10px}

