﻿/* CSS RESET */

html, body,a {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	background: #FFF url(images/bq-1.png) center top repeat-x;
	font-family: Arial;
	font-size: 10px;
	}
	

	
a {
	text-decoration: none;
	color: gray;
		font-style: bold;		

	}

.style3 {
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
	color: #000;
	direction: rtl;
	text-align:right;
}

a:hover {
	color: gray;
	direction: rtl;
	font-style: bold;		
	}
	
	style1 {
	font-family: Arial;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align:center;
	direction:rtl;
	}	
	
.style4 {
	color: #666666;
	font-family: Arial;
	font-weight: bold;
	width: 600px;
	}
	

	html {
scrollbar-base-color: #ccc;
scrollbar-arrow-color: #fff;
scrollbar-3dlight-color: #d8d8d8;
scrollbar-darkshadow-color: #d8d8d8;
scrollbar-face-color: #ccc;
scrollbar-highlight-color: #ccc;
scrollbar-shadow-color: #ccc;
scrollbar-track-color: #eee;}

	p {
	text-align: center;
	direction: rtl;	

	}