/********************    General    ********************/

body {
	direction: rtl;
	margin: 0px;
	background-color: #0054A6;
}

table {
	direction: rtl;
	border-collapse: collapse;
}

/********************    Alignment    ********************/

.AlignHome {
	text-align: right;
}

.AlignEnd {
	text-align: left;
}

/********************    Cells    ********************/

.tdList {
	vertical-align: top;
	padding-left: 10px;
	white-space: nowrap;
}

.CellSymolDescription {
	height: 65px;
	text-align: right;
}
