@charset "utf-8";
/* CSS Document */

/* top menu */
.link_1
{
	font-family:tahoma;
	font-size:9pt;
	color:#ffffff;
}

.link_1:link {text-decoration: none;}
.link_1:visited {text-decoration: none;}
.link_1:active {text-decoration: none;}
.link_1:hover {text-decoration: none;color:#cacaca;}

/* more ... */
.link_2
{
	font-family:tahoma;
	font-size:8pt;
	color:#a90607;
}

.link_2:link {text-decoration: none;}
.link_2:visited {text-decoration: none;}
.link_2:active {text-decoration: none;}
.link_2:hover {text-decoration: none;color:#cacaca;}

/* news */
.link_3
{
	font-family:tahoma;
	font-size:8pt;
	color:#1968ab;
}

.link_3:link {text-decoration: none;}
.link_3:visited {text-decoration: none;}
.link_3:active {text-decoration: none;}
.link_3:hover {text-decoration: none;color:#cacaca;}

/* farsi/english */
.link_4
{
	font-family:tahoma;
	font-size:8pt;
	color:#000000;
}

.link_4:link {text-decoration: none;}
.link_4:visited {text-decoration: none;}
.link_4:active {text-decoration: none;}
.link_4:hover {text-decoration: none;color:#cacaca;}

.link_5
{
	font-family:tahoma;
	font-size:8pt;
	color:#a90607;
	/*font-weight:bold;*/
}

.link_5:link {text-decoration: none;}
.link_5:visited {text-decoration: none;}
.link_5:active {text-decoration: none;}
.link_5:hover {text-decoration: none;}

/* normal links */
.link_6
{
	font-family:tahoma;
	font-size:8pt;
	color:#777777;
}

.link_6:link {text-decoration: none;}
.link_6:visited {text-decoration: none;}
.link_6:active {text-decoration: none;}
.link_6:hover {text-decoration: none;}

.text_1
{
	font-family:Tahoma;
	font-size:8pt;
	color:#666666;
	font-weight:bold;
}

.text_2
{
	font-family:Tahoma;
	font-size:8pt;
	color:#777777;
	line-height:14px;
}

/* copyright */
.text_3
{
	font-family:Tahoma;
	font-size:8pt;
	color:#FFFFFF;
}

