html
{
	direction: rtl;
}
body
{
    margin: 0px;
}

.Button
{
	border: solid 1px #000000;
	background-color: #ECECEC;
	cursor: hand;
	font-family: Tahoma;
}

.Message
{
	color: #F73E09;
	font-family: Tahoma;
	font-size: 10pt;
}

.RedStar
{
	color: #FF0000;
}

.RightLabel
{
	font-family: Tahoma;
	font-size: 8pt;
}

.Table
{
	font-family: Tahoma;
	font-size: 9pt;
}

.TextBox
{
	font-family: Tahoma;
	font-size: 9pt;
	border: solid 1px #246F97;
}

.Title
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #F73E09;
	font-weight: bold;
}

HR
{
	border: 1px solid #000000;
	height: 1pt;
}

.AdminMenuTitle
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}

A
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 9pt;
	color: #0000AA;
}

A:Hover
{
	text-decoration: underline;
	color: #F73E09;
}

.SmallFont
{
	font-family: Tahoma;
	font-size: 7pt;
	color: #0033CC;
}

.Notes
{
	font-family: Tahoma;
	font-size: 9pt;
}

.TextArea
{
	font-family: Tahoma;
	font-size: 9pt;
	border: solid 1px #246F97;
	overflow: auto;
}

.BorderTable
{
	font-family: Tahoma;
	font-size: 9pt;
	border: solid 1px #4C6383;
}

.BorderTD
{
	font-family: Tahoma;
	font-size: 9pt;
	border: solid 1px #4C6383;
}


ul
{
	list-style-type: square;
	list-style-position: outside;
	line-height: 1.5;
	vertical-align: top;
	color: #25426A;
}

legend
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
}