a, a:hover, a:link, a:visited, a:active
{
	font-family:Verdana;
	font-size:12px;
	text-decoration: none;
}
a:hover
{
	color: Red;
}

a:link
{
	color: #006600;
}
a:visited
{
	color: #009999;
} 
a:active 
{
	color: Red;
}
BODY    
	{
	font-family:Arabic Transparent, Helvetica, sans-serif;
	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;

	background-image : url(../image/public/002.gif);
	background-attachment: fixed;

scrollbar-3dlight-color:#000099;
scrollbar-arrow-color:#000099;
scrollbar-base-color: #fffFFF;
scrollbar-darkshadow-color:#ffffff;
scrollbar-face-color:#D3DFF7;
scrollbar-shadow-color:#000099;
scrollbar-highlight-color:#ffffff;
scrollbar-track-color:#D3DFF7;

}
h1
{
	font-family: Arial, Helvetica, sans-serif;
	color: #008040;
	font-size: 12pt;
	font-weight: bold;
	text-align:center;
}
h2
{
	font-family: Times New Roman;
	color: rgb(40,82,123);
	font-size: 16pt;
	text-align:center;
}
h3
{
	font-family: Times New Roman, Arial;
	color: rgb(0,128,64);
	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;
}
h6
{
	font-family: tahoma, Arial;
	color:#660000;
	font-size: 10pt;
	font-weight:blod;
	text-align:center;  
}
p
{
	text-indent : 30;
}