@charset "utf-8";
html{
	margin:11px 0 0 0;
	padding: 0;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin:0px;
	line-height:1.4em;
	cursor:default;
	text-align:center;
	min-width:986px;
}
a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
form {
	margin:0px;
}
input, select, textarea, button{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#333333;
	direction:rtl;
}
input[type=text]{
	border:1px solid #CCCCCC;
}
input[type=password]{
	border:1px solid #CCCCCC;
}
fieldset{
	direction:rtl;
	padding:0px 8px;
	margin:5px 0px;
}
legend{
	font-weight:600;
	margin:3px;
	padding:0 4px;
	color:#0066CC;
}
p{
	margin:0 0 1em 0;
	text-indent: 0;
	text-align:justify;
}

p + p {
	text-indent: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
strong, b{
	font-weight:600;
}

/***************************/

* html .clearfix {
	height:1%;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#wrapper {
	margin:0 auto;
	width:986px;
	direction:rtl;
}

/***************************/

.header {
	margin:0 0 5px 0;
}

/***************************/

.topColumn {
	background-color:#f2f2e7; width:100%;
}

/***************************/

.rightmenu{
	/*padding:10px 2px 0px 0px;*/
	margin:1px 0 5px 0;
}

.rightmenu ul{
	padding:0px;
	margin:0px 0px 10px 0px;
	float:right;
	list-style:none;
	list-style-type:none;
}

.rightmenu ul li{
	width:155px;
}

.rightmenu li{
	background-color:#e6e2fe;
	direction:rtl;
	text-align:right;
	float:right;
	border-bottom:1px solid #FFFFFF;
	list-style:none;
}

.rightmenu li a{
	background-image:url(images/rightmenuBullet.gif);
	background-repeat:no-repeat;
	background-position:136px 8px;
	padding:4px 22px 4px 4px;
	color:#0066CC;
	font-weight:600;
	display:block;
}

.rightmenu li a:hover{
	color:#990000;
	background-color:#FFCC00;
	text-decoration:none;
}

.rightmenu li a:visited{
	color:#0066CC;
}

/********************************/
.news_uptitle{
	font-family:"Times New Roman", Times, serif;
	color:#777777;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:1.2;
	text-decoration:none;
	margin-bottom:5px;
}
.news_title{
	color:#00267F;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
	line-height:1.1em;
}

.news_title1{
	color:#00267F;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
	line-height:1.1em;
}

.news_lead{
}

.news_more{
	font-size:xx-small;
	font-weight:bold;
	color:#0000FF;
}

/********************************/
.pagination {
	padding: 3px;
	margin: 0px;
	direction:ltr;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
.pagination a:hover, .pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
.pagination .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
		
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
.pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}