﻿.menu
{
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
	font-size: x-small;
	color: #000000;
}
.menu:hover
{
	background-color: #808080;
}
.marquee
{
	font-size: x-small;
	font-family: tahoma;
	color: #FFFFFF;
	font-weight: bold;
}
body
{
	text-align: center;
}
.news_title
{
	font-family: "times New Roman", Times, serif;
	font-size: large;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
}
.news_text
{
	padding: 15px;
	font-family: tahoma;
	text-align: justify;
	font-size: small;
	direction: rtl;
}
.lu_link
{
	font-weight: bold;
	font-family: "times New Roman", Times, serif;
	font-size: medium;
	color: #666699;
	text-decoration: none;
}
.ul
{
	list-style-type:circle;
	text-align:right;
	direction:rtl;
}

.lu_link:hover
{
	color: #990033;
}
li
{
	margin-bottom:5px;
	margin-top:5px;
}
.dnld
{
	font-weight: bold;
	font-family: "times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}
.dnld:hover
{
	background-color: #E66060;
}
.useful_links
{
	font-family: "times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #333333;
	border-left-style: solid;
	border-left-width: 8px;
	border-left-color: #000000;
	text-transform: uppercase;
	width: 100%;
	padding-left: 8px;
	display: block;
	text-decoration: none;
	margin-bottom: 9px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
.useful_links:hover
{
	
	border-left-style: solid;
	border-left-width: 8px;
	border-left-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CC0000;
	color: #CC0000;

}
