@charset "utf-8";

/* CSS Document - Created by master Mahammad Sharifov- info@mahammad.info*/

.b1 {
	color:#0d0d0d; 
	font-size:9pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

.b2 {
	color:#ffffff; 
	font-size:9pt; 
	font-family: Arial, Helvetica, sans-serif;
	}
	
.b3 {
	color:#fe1414; 
	font-size:8pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

.b4 {
	color:#7f7f7f; 
	font-size:8pt; 
	font-family: Arial, Helvetica, sans-serif;
	}


.h1 {
	color:#0d0d0d; 
	font-size:12pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing:0.25px; 
	}

.h2 {
	color:#fe1414; 
	font-size:16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	letter-spacing:0.5px;
	}

.h3 {
	color:#0d0d0d; 
	font-size:9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}

.h4 {
	color:#fe1414; 
	font-size:9pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif; 
	}

.f1 {
	color:#0d0d0d; 
	font-size:8pt; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	}

.f2 {
	color:#797979; 
	font-size:8pt; 
	font-family: Arial, Helvetica, sans-serif;
	}

a:link, a:visited { 
	text-decoration:none; 
	color:#0d0d0d;
	}
	
a:active {
	color:#0d0d0d;
	}
a:hover {
	text-decoration: underline; 
	color: #F00;
	}

p { 
	margin-left: 25px;
    margin-right: 25px;
	margin-top: 0px;
   }

a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

