﻿html {
	background: #E9E5E4;
 	background-repeat: no-repeat;
}

a:link {color:#0066FF;}      /* unvisited link - a normal, unvisited link*/
a:visited {color:#0066FF;}  /* visited link - a link the user has visited*/
a:hover {color:#0000FF;}    /* mouse over link - a link when the user mouses over it*/
a:active {color:#0000FF;}   /* selected link - a link the moment it is clicked*/

body {
    font-family: Arial;
    direction: rtl;
    color: #000000;
    height: Auto;
    padding: 5px;
    background-repeat: no-repeat;
    background: #617BC6; /* Old browsers */
    background: -moz-linear-gradient(top, #617BC60%, #B9DAFF100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#617BC6), color-stop(100%,#B9DAFF)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #617BC60%,#B9DAFF100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #617BC60%,#B9DAFF100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #617BC60%,#B9DAFF100%); /* IE10+ */
    background: linear-gradient(to bottom, #617BC60%,#B9DAFF100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#617BC6', endColorstr='#B9DAFF',GradientType=0 ); /* IE6-9 */
}
.Arial12-10px {
    font-family: Arial;
    margin: 0px 19px 0px 10px;
    direction: rtl;
}
.Arial12Bold {
    font-family: Arial;
    font-weight: bold;
    direction: rtl;
    margin: 0px 19px 0px 10px;
}
.Arial12BoldRight {
    font-family: Arial;
    text-align: right;
    font-weight: bold;
    direction: rtl;
    margin: 0px 19px 0px 10px;
    border-bottom: 2px solid #6A130A
}
.Arial10 {
    font-family: Arial;
    font-size: 10pt;
    word-spacing: 0px;
    margin: 0px 19px 0px 10px;
}
.Arial10bold {
    font-family: Arial;
    font-size: 10pt;
    word-spacing: 0px;
    margin: 0px 19px 0px 10px;
    font-weight: bold;
}
.Arial10CenterBottom {
	font-family: Arial;
	font-size: 10pt;
	word-spacing: 0px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	vertical-align: bottom;
}
.table3 {
    direction: rtl;
    border-style: outset;
    border-width: 1px;
    cellspacing: 0;
    cellpadding: 0;
    width: 100%;
}
.table750 {
	direction: rtl;
	cellspacing: 0;
	cellpadding: 0;
	border-collapse: collapse;
	width: 750px;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #FFFFFF;
}
.RateBox {
    border: 1px;
    -moz-border-radius: 25px; /* Firefox 3.6 and earlier */
    -webkit-border-radius: 25px; /* Safari and Chrome */
	-khtml-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
	border-style: outset;
	border-width: 2px;
	padding: 4px;
    -moz-box-shadow: 4px 4px 4px #888888; /* Firefox */
    -webkit-box-shadow: 4px 4px 4px #888888; /* Safari and Chrome */
    -ms-box-shadow: 4px 4px 4px #888888;
    box-shadow: 4px 4px 4px #888888; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */   
    /* behavior: url(ie-css3.php); /* This lets IE know to call the script on all elements which get the 'box' class */ 
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45, Color='#888888')"; */
    /* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=45, Color='#888888'); */
}
.RateContNorm {
    font-family: Arial;
    font-size: 10px;
    color: #0000FF;
    text-align: center;
    direction: rtl;
}
.RateContHigh {
    font-family: Arial;
    font-size: 10px;
    color: #FF0000;
    text-align: center;
    font-weight: bold;
	direction: rtl;
}
.RateContLow {
    font-family: Arial;
    font-size: 10px;
    color: #008000;
    text-align: center;
    font-weight: bold;
	direction: rtl;
}