body {
	background-color: #FFFFFF;	
}

a:link  { font-family: Arial; font-size: 11pt; font-weight: normal; color: #000000; text-decoration: underline}
a:visited  { font-family: Arial; font-size: 11pt; font-weight: normal; color: #000000; text-decoration: underline}
a:active  { font-family: Arial; font-size: 11pt; font-weight: normal; color: #000000; text-decoration: underline}
a:hover  { font-family: Arial; font-size: 11pt; font-weight: normal; color: #0069CA; text-decoration: none}

a:link.smallGrey  { font-family: Arial; font-size: 8pt; font-weight: normal; color: #767676; text-decoration: none}
a:visited.smallGrey  { font-family: Arial; font-size: 8pt; font-weight: normal; color: #767676; text-decoration: none}
a:active.smallGrey  { font-family: Arial; font-size: 8pt; font-weight: normal; color: #767676; text-decoration: none}
a:hover.smallGrey  { font-family: Arial; font-size: 8pt; font-weight: normal; color: #000000; text-decoration: none}


.greyBG {
	background-color: #EAEAEA;	
}

.lightgreyBG {
	background-color: #F5F3F3;	
}

.blueBG {
	background-color: #DDEDF5;	
}

.lightblueBG {
	background-color: #F1F8FC;	
}

.darkblueBG {
	background-color: #408FD7;	
}

table {
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

.blueNet {
	background-image: url(../Images/blueNet.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 61px;
}

.whiteBorder {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.mainBorder {
	border-left: 1px solid #DDEDF5;
	border-right: 1px solid #FFFFFF;
}

.mousePic {
	background-image: url(../Images/mouse.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.blueText {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #0069CA;
}

.mainTable {
	width: 733px;
}

.inputText {
	width: 200px;
	background-color: #FFFFFF;
	border: #000000 1px solid;
	font-weight: normal; 
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
	direction:rtl;
	padding-left: 4px;
	padding-right: 4px;
}

.button {
	width: 50px;
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.orangeText {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #EC9600;
}

.bigText {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
}





