/*@charset "utf-8";
 CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*direction: rtl;*/
    text-align: right; 
	background:#EBF0F4;
}
.grey_text {
	font-family:tahoma;
	font-size: 9pt;
	color: #666666;
	text-decoration:none;
}

.grey_text_mid {
	font-family:tahoma, Verdana;
	font-size: 9.5pt;
	color: #666666;
	text-decoration:none;
}

.grey_text_bold {
	font-family:tahoma;
	font-size: 9pt;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}

.grey_text_big {
	font-family:  tahoma, Verdana;
	font-size: 10.5pt;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
.blue_text_big {
	font-family:  tahoma, Verdana;
	font-size: 10.5pt;
	font-weight:bold;
	color: #80A1B6;
	text-decoration:none;
}
.white_text {
	font-family: tahoma, Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration:none;
}
.grey_link {
	font-family: tahoma;
	font-size: 9pt;
	color: #666666;
	text-decoration:none;
}
.grey_link:hover {
	text-decoration: underline;
}
.blue_link {
	font-family:tahoma, Verdana;
	font-size: 9.5pt;
	color: #80A1B6;
	text-decoration:none;
}
.darkbrown_text {
	font-family: tahoma;
	font-size: 9pt;	
	color: #8A2629;
	text-decoration:none;
}
.darkbrown_link {
	font-family:  tahoma;
	font-size: 9pt;
	color: #8A2629;
	text-decoration:none;
}
.darkbrown_link:hover {
	text-decoration: underline;
}
.blue_text {
	font-family: tahoma, Verdana;
	font-size: 9pt;
	color: #80A1B6;
	text-decoration:none;
}
.blue_link:hover {
	text-decoration: underline;
}
.darkbrown_text_mid {
	font-family: tahoma;
	font-size: 9pt;
	font-weight:bold;
	color: #8A2629;
	text-decoration:none;
}

.li {
	font-family: tahoma, Verdana;
	font-size: 9.5pt;
	color: #80A1B6;
	text-decoration:none;
}
.blue_text_large {
	font-family: tahoma, Verdana;
	font-size: 26pt;
	color: #80A1B6;
	text-decoration:none;
}
.orange_text {
	font-family:  tahoma, Verdana;
	font-size: 12pt;
	color: #BC6D50;
	text-decoration:none;
}

.orange_text_large {
	font-family: tahoma, Verdana;
	font-size: 22pt;
	color: #BC6D50;
	text-decoration:none;
}
.orange_text_mid {
	font-family:  tahoma, Verdana;
	font-size: 14pt;
	color: #BC6D50;
	text-decoration:none;
}
.orange_link {
	font-family:  tahoma;
	font-size: 9pt;
	color: #BC6D50;
	text-decoration:none;
}
.orange_link:hover {
	text-decoration: underline;
}

.hide
	{ display: none; }

.border_b
	{
	BORDER-BOTTOM: #CCCCCC 1px solid; 
	}