@charset "utf-8";
/* CSS Document */

body {
    background: url(images/bg.jpg) top repeat-x #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.tableWihte {
	background:#FFFFFF;
}
.menuLink, A.menuLink01 {
	display:block;
	background: url(images/link.png) bottom right no-repeat;
	height:24px;
	width:140px;
	font-family: tahoma;
	font-size: 10.5pt;
	font-weight: bold;
	color: #FFFFFF;
	direction:rtl;
	text-align:center;
	text-decoration: none;
	padding-top: 15px;
}
A.menuLink:hover {
	background: url(images/link_hover.png) bottom right no-repeat;
	color: #c40001;
}
.txt_blackTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
	line-height: 120%;
	direction:rtl;
	text-align:right;
}
.txt_n, A.txt_n {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: normal;
	color: #666666;
	line-height: 150%;
	text-align:right;
	direction:rtl;
	text-decoration: none;
}
A.txt_n:hover {
	color: #333333;
	text-decoration: none;
}
.newsBG{
	background: url(images/newsBG.gif) top center no-repeat;
	height:270px;
}
.txt_news, A.txt_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
	text-align:right;
	direction:rtl;
	text-decoration: none;
}
A.txt_news:hover {
	color: #CD0000;
	text-decoration: none;
}
.footerBG {
	background:url(images/footerBG.jpg) top no-repeat;
	height:228px;
}
.footerLinks, A.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
}
A.footerLinks:hover {
    text-decoration: underline;
}