﻿/* Whole document styles */
html
{
	direction: rtl;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}
body
{
	direction: rtl;
	margin: 0px;
}
a:link
{
	color: Blue;
}
a:visited
{
	color: Blue;
}
/* a:hover MUST come after a:link and a:visited */
a:hover
{
	color: #FEE026;
}
/* a:active MUST come after a:hover */
a:active
{
	color: Blue;
}
hr
{
	padding: 0px;
	border-top: #848484 1px dashed;
}
.linkedImage
{
	vertical-align: middle;
	border-style: none;
}
.textAlignL
{
	text-align: right;
}
.textAlignC
{
	text-align: center;
}
.textAlignR
{
	text-align: left;
}
/* End of Whole document styles */




/* Module specific styles */

/* Master styles */
.Master_Sep
{
	BACKGROUND-IMAGE: url(images/Master_Sep.gif); 
	BACKGROUND-REPEAT: repeat-y;
}
/* End of Master styles */

/* End of Module specific styles */