/* 
    Document   : __NAME__
    Created on : __DATE__, __TIME__
    Author     : __USER__
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
	margin: 0;
	cursor: default;
}
h3
{
	font-family: Times New Roman, Arial;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 10pt;
	margin-bottom: 10pt;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.searchTitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
.topDate
{
	font-family: Times New Roman;
	font-size: 11pt;
	font-weight: bold;
}
td
{
	font-family: Tahoma;
	font-size: 9pt;
}
input
{
	font-family: Tahoma;
	font-size: 9pt;
}
.formLabel
{
	text-align: center;
	font-family: Times New Roman, Arial;
	font-size: 14pt;
	color: White;
}
.formLabelBlack
{
	text-align: center;
	font-family: Times New Roman, Arial;
	font-size: 14pt;
	color: Black;
}
.message
{
	font-family: Times New Roman, Arial;
	font-size: 15pt;
}
.treeText
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	line-height: 175%;
	text-align: justify;
}
.ahkamP
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: normal;
	line-height: 140%;
	text-align: justify;
}
