body
{
}
.Button
{
	border-right: white 2px solid;
	border-top: white 2px solid;
	font: 10pt 'Microsoft Sans Serif' , Tahoma;
	border-left: white 2px solid;
	cursor: hand;
	color: White;
	border-bottom: white 2px solid;
	background-color: #808080;
}
.TextBox
 {
	font: 9pt 'Tahoma';
	color: darkblue;
	background-color: lightyellow;
}
.GridQuestion 
{
	font-family:Tahoma;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
	direction:rtl;
	color:Black;
}
.GridAnswer
{
	font-family:Tahoma;
	font-size:8pt;
	font-style: normal;
	font-weight:bold;
	color:Blue ;
}
.GridLine
{
	direction:ltr;
	text-align:center;
	color: Red ;
	font-weight:bold;
}
.GridContinue
{
	direction:ltr;
	text-align:left;
	color: Blue ;
	font-style:italic;
}

