/* General Style */
html, table {
	direction: rtl;
	unicode-bidi: embed;
}
body, th, td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #5074C0;
}

/* Headers */
.header {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #5074C0;
}
.headerwhite {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.headerred {
	font-family: Arial, sans-serif;
	font-size: 14x;
	color: #FC3738;
}

/* Text */
.text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #5074C0;
}
.txt13 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #5074C0;
}
.txt11 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #5074C0;
}
.txt10 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #5074C0;
}
.txt9 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #5074C0;
}
.txt8 {
	font-family: Arial, sans-serif;
	font-size: 8px;
	color: #5074C0;
}
.txt7 {
	font-family: Arial, sans-serif;
	font-size: 7px;
	color: #5074C0;
}
.txt6 {
	font-family: Arial, sans-serif;
	font-size: 6px;
	color: #5074C0;
}
.txt5 {
	font-family: Arial, sans-serif;
	font-size: 5px;
	color: #5074C0;
}
.txt4 {
	font-family: Arial, sans-serif;
	font-size: 4px;
	color: #5074C0;
}
.txt3 {
	font-family: Arial, sans-serif;
	font-size: 3px;
	color: #5074C0;
}
.txt2 {
	font-family: Arial, sans-serif;
	font-size: 2px;
	color: #5074C0;
}

/* Links */
a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #5074C0;
/*
	text-decoration: none;
	border-bottom: 1px solid #D3DCF6;
*/
}
a:link {
	color: #5074C0;
}
a:visited {
	color: #5074C0;
}
a:hover {
	color: #D3DCF6;
}
a:active {
	color: #5074C0;
}

/* Image link */
a.image {
	border-bottom: 0px none;
}

/* Images */
img {
	border: 0;
}

/* Transparent Tables */
table.transparent {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.transparent td {
	border-style: none;
	border-width: 0px;
	padding: 0px;
}

/* List Table */
table.list {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-color: #FFFFFF;
	border-collapse: collapse;
}
table.list th, table.list td {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px 0px;
	padding: 2px 4px;
}
table.list th {
	background-color: #5074C0;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
table.list tr td{
	background-color: #F1F2F6;
}
table.list tr.alt td{
	background-color: #FCFCFC;
}

/* Bottom Copyright Text */
td#copyright {
	font-family: Arial, sans-serif;
	font-size: 10px;	
	color: #5074C0;
}
td#copyright a {
	font-size: 10px;	
}

/* Bottom Menu Links */
td#bottommenu {
	font-family: Arial, sans-serif;
	font-size: 12px;	
	color: #D3DCF6;
}
td#bottommenu a {
	text-decoration: none;
	border-bottom: 0px none;
}
td#bottommenu a:link {
	color: #D3DCF6;
}
td#bottommenu a:visited {
	color: #D3DCF6;
}
td#bottommenu a:hover {
	color: #FFFFFF;
}
td#bottommenu a:active {
	color: #FFFFFF;
}

