body
{
	font-family: Tahoma;
	font-weight: normal;
	margin: 0px;
	text-align: justify;
	font-size: 12px;
	color: #000000;
	background-color: #EEEEEE;
	line-height: 130%;
}

.clr
{
    clear: both;
}

.note 
{
	color: Gray;
	font-size: 11px;
}

.red-note
{
	color: #FF0000;
	font-size: 10px;
}

.red-error
{
	color: #FF0000;
	font-size: 12px;
}

.light-text
{
	color: Gray;
}

.headrow
{
   background-color:#327b97; 
   color:#ffffff;
}

.lightrow
{
    background-color:#9bc8bb;
}

.darkrow
{
    background-color:#daf4db;
}

.footrow
{
	background-color: #339966;
	color:#ffffff;
}

p
{
	margin: 0px;
	text-align: justify;
}

h1
{
	margin: 20px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #006600;
}

h3
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 15px;
}

a:link, a:active
{
	color: #555555;
	text-decoration: none;
	font-size: 12px;
	line-height: 130%;	
}

a:visited 
{
	color: #555555;
	text-decoration: none; 
	font-size: 12px;
	line-height: 130%;
}

a:hover 
{
	color: #111111;
	text-decoration: none; 
	font-size: 12px;
	line-height: 130%;	
}

a.toollink
{
	color: #993d32;
	text-decoration: none;
	font-size: 12px;
	line-height: 130%;	
}

ul
{
	direction: rtl;
	margin-top: 3px;
	padding-right: 15px; 
	margin-right: 0px;
	text-indent: 0px;
	text-align: justify;
}

li
{
	/* list-style-image: url(images/item.gif); */
	list-style-position: outside;
}

INPUT
{
	font-family: Tahoma;
	font-size: 12px;
}

select
{
	font-family: Tahoma;
	font-size: 12px;
}

textarea
{
    font-family: Tahoma;
	font-size: 12px;
}

hr
{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #C0C0C0;
	height: 1px;
}