/* CSS Document */
body {
	color : #ffffff;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 11pt;
	direction: rtl;
	line-height: 21px;
	background: url(images/middle_center.jpg) left;
}
h1,h2,h3 {
	margin-bottom: 5px;
	font-weight: bold;
	padding: 1px;
	color: #fff;
}
h1 {
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	margin: 1px;
	line-height: 29px;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
form { 
	margin: 0px; 
	padding: 0px; 
}
input, select, textarea {
	font-size: 12px;
	font-family: arial;
}
a:link, a:active, a:visited {
	color: #9796bc;
	text-decoration: none;
}
a:hover {
	color: #9796bc;
	text-decoration: underline;
}
.pointer {
	clear:  both;
}
img {
	border: none;
}
td {
	vertical-align: top;
}
ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
/* pattern */

/* common features */
.floatL { float: left; }
.floatR { float: right; }
.bold { font-weight: bold; }
.avGreen { color: #228855; }
.avRed { color: #ff0000; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font22 { font-size: 22px; }
.alignR { text-align: right; }
.alignC { text-align: center; }
.alignL { text-align: left; }
.gray { color: #6a6a6a; }
.full100 { width: 100%; }
.paddingL5 { padding-left: 5px; }
.paddingR5 { padding-right: 5px; }
.paddingL10 { padding-left: 10px; }
.paddingR10 { padding-right: 10px; }
.marginL5 { margin-left: 5px; }
.marginL10 { margin-left: 10px; }
.marginR5 { margin-right: 5px; }
.marginR10 { margin-right: 10px; }
.noline { text-decoration: none; }
.white a:link {
	color: #fff;
}
.white a:active {
	color: #fff;
}
.white a:visited {
	color: #fff;
}
.white a:hover {
	color: #fff;
	text-decoration: underline;
}
.black a:link {
	color: #000;
}
.black a:active {
	color: #000;
}
.black a:visited {
	color: #000;
}
.black a:hover {
	color: #0000ff;
	text-decoration: underline;
}
/* website */
#divWrapper {
	width: 730px;
	margin: 0 auto;
	padding-top: 0px;
}
#divTitle {
	width: 100%;
	height: 188px;
	margin: 0 auto;
	text-align: center;
	background: url(images/title-bg.jpg) repeat-x;
}
#divTopBar {
	width: 530px;
	background: #0d235c;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
	padding: 2px 2px 8px 0px;
	color: #fff;
	font-weight: bold;
	margin: 0px auto;
	background: #000;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
}
#divTopBarMenu {
	width: 100%;
	background: #504f79;
	border-top: 3px solid #979aa3;
	border-bottom: 3px solid #979aa3;
	height: 26px;
	color: #fff;
	text-align: center;
}
#divTopBarMenu a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#divTopBarMenu a:hover {
	color: #fff;
	text-decoration: underline;
}
#divMenu {
	width: 180px;
	height: 100%;
	float: right;
	margin: 0px;
	padding: 0px;
	background: url(images/visual_below.jpg) no-repeat bottom #504f79;
}
#divContent {
	width: 520px;
	padding: 8px;
	float: left;
	background: url(images/content-bg.jpg) no-repeat left bottom;
}
.nav li {
	padding: 3px 10px 9px 5px;
	margin: 0px;
	width: 165px;
	height: 15px;
	background: #838383;
	font-size: 12px;
	border-bottom: 1px solid #fff;
}
.nav li a {
	color: #fff;
	font-weight: bold;
}
.nav li a:active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:visited{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:link{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}



#scroller {
	background-repeat: no-repeat;
	width: 150px;
	height: 170px;
	padding-left: 9px;
	padding-right: 9px;
}

#bottomLinks  {
	color: #fff;
	font-size: 12px;
	width: 999px;
	line-height: 18px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	text-align: center;
	background: url(images/bottom.jpg) no-repeat;
	height: 217px;
}
#bottomLinks a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#bottomLinks a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.mapUl li {
	padding-left: 14px;
}
.myLead {
	margin: 10px;
	float: left;
	position: inherit;
	width: 300px;
}
#cromagenDiv td {
	color: #000;
}