* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

body {
	margin: 0px;
	padding: 0px;
	scrollbar-3dlight-color:#EEEEEE; 
	scrollbar-arrow-color:#333333; 
	scrollbar-base-color:#DDDDDD; 
	scrollbar-darkshadow-color:#CCCCCC; 
	scrollbar-face-color:#EFEFEF; 
	scrollbar-highlight-color:#FFFFFF; 
	scrollbar-shadow-color:#CCCCCC
}
.underlined {
	text-decoration: underline;
	font-weight: bold;
}
.errorMessage {
	font-family: "Courier New", "Courier", "mono";
	font-size: 12px;
	font-weight: bolder;
	color: #CC3300;
}


search_result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #333333;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #256c9f;
	direction:rtl;
	font-weight:bold;
	
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
	direction:rtl;
	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
	direction:rtl;
	
}

.normalText {
	direction:rtl;
	font-size:12px;
}

.row1 {
	background:#e2e2e2;
	font-size:12px;
}
.row2 {
	background:#f2f2f2;
	font-size:12px;
}

.row1s {
	background:#e2e2e2;
	font-size:11px;
}
.row2s {
	background:#f2f2f2;
	font-size:11px;
}

.listTableHeader {
	background:#c2c2c2;
	font-size:12px;
	font-weight:bold;
}

.tableHeader {
	background:#a2a2a2;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	font-weight:bold;
}
.rtl {
	color: #333333;
	direction:rtl;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
img {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style:none;
	border-color:#CCCCCC;
	
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-decoration:underline;
}
.search {
	direction:rtl;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #555555;
}

.search2 {
	direction:ltr;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #555555;
}
.iframe {
	margin: 0px;
	padding: 0px;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	cursor: hand;
	background-color: #256c9f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #607808;
	border-right-color: #607808;
	border-bottom-color: #607808;
	border-left-color: #607808;
	direction:rtl
}

#pscroller1{
width: 130px;
height: 100px;
border: 0px solid black;
padding: 5px;
background-color: #F3F3F3;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}

