a, a:hover, a:link, a:visited, a:active
{
	font-family:Verdana;
	font-size:13px;
	text-decoration:none;
}
a:hover
{
	color: Red;
}

a:link
{
	color: Blue;
}
a:visited
{
	color: #009999;
} 
a:active 
{
	color: red;
}
BODY    
	{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../image\bos\home\bg.jpg);
	background-attachment: fixed;
	margin-top: 25px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 25px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	width: auto;
}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #00007B;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
}
h2
{
	font-family: Times New Roman;
	color: #55761F;
	font-size: 19px;
	font-weight:bold;
	text-align:center;
}
h3
{
	font-family: Times New Roman, Arial;
	color: #84570C;
	font-size: 14pt;
	font-weight:bold;
	text-align: left;
}
h4
{
	font-family: Arial;
	color: rgb(0,0,0);
	font-size: 14px;
	font-weight:Normal;
	text-align:Justify;
	background-image : none;
}
h5
{
	font-family: tahoma, Arial;
	color: rgb(51,102,153);
	font-size: 10pt;
	font-weight:Normal;
	text-align: justify;
}
p{
	text-indent : 30px;
}
.ar {
   font-family:Traditional Arabic,Arial,Arabic Transparent,Tahoma;
	font-size:18pt;
	text-align: right;
	color: #3C9DFF;
	
}