@CHARSET "utf-8";

.link {
	font: 11px tahoma;
	color: #000000;
	font-weight: normal;
	text-decoration: none;	
}

.link:hover {
	color: #800000;
	text-decoration: none;
}
.link_cat {
	height: 20px;
	font: 11px Tahoma;
	color: #FFF;
	font-weight: normal;
	background-color: #3AB3C2;
	/*padding: 3px;*/
	text-align: center;
	border-right: 1px solid white;
	/*margin-bottom: 3px;*/
	line-height: 17px;
}

.link_container {
	direction:rtl;
	text-align:center;
	margin-bottom: 2px;
}

.link_col1 {
	width: 225px;
	background-color: #FFF;
	padding-bottom: 20px;
	float: right;
}

.link_col2 {
	width: 225px;
	background-color: #E8EEFF;	
	padding-bottom: 20px;
	float: right;
}
.page_links_nav {
	padding: 0px;
	float: right;
	border: 0px solid silver;
	font: 11px tahoma;
	margin: 1px;
	width: 80px;
	line-height: 15px;
	text-align: center;
}
.link_container a:hover{
	outline: none;
	text-decoration: underline;
}
.link_next_prev{
	width: 215px;
	height: 20px;
	padding: 5px 5px 0px 5px;
	margin: auto;
}
.link_next{
	float: right;
	text-decoration: none;
	outline: none;
	color: #1B3E81;
}
.link_prev{
	float: left;
	text-decoration: none;
	outline: none;
	color: #1B3E81;
}
.link_prev:hover, .link_next:hover{
	color: #31599F;
	cursor: pointer;
}