/*
Project: NGS.DOM
URL: http://dom.ngs.ru
Date: 17 November, 2009
Comment: Fonts CSS
*/

/* Fonts
-----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 24px;
	font-family: Tahoma, sans-serif;;
	font-weight: normal;
	color: #262626;
}
	
	h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
		font-size: 24px;
		font-family: Tahoma, sans-serif;;
	}
	
	h1 a:link {
		color: #0070C0;
	}
	
	h1 a:visited {
		color: #804080;
	}
	
	h1 a:hover, h1 a:active {
		color: #0070C0;
	}
		
h2 {
	color: #262626;
	font-family: Tahoma, sans-serif;;
	font-size: 18px;
	font-weight: normal;
}

	h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
		font-family: Tahoma, sans-serif;;
		font-size: 18px;
		font-weight: normal;
	}
	
	h2 a:link {
		color: #0070C0;	
	}
	
	h2 a:visited {
		color: #804080;
	}
	
	h2 a:hover, h2 a:active {
		color: #0070C0;
	}
	

h3 {
	font-size: 13px;
	color: #262626;
	font-family: Tahoma, sans-serif;;
}

	h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
		font-size: 13px;
		font-family: Tahoma, sans-serif;;
	}
		h3.seo-title-h3 a:link, h3.seo-title-h3 a:visited, h3.seo-title-h3 a:hover, h3.seo-title-h3 a:active {
			font-size: 18px;
			font-family: Tahoma, sans-serif;;
		}
	
	h3 a:link {
		color: #0070C0;	
	}
	
	h3 a:visited {
		color: #804080;
	}
	
	h3 a:hover, h3 a:active {
		color: #0070C0;
	}
	
	
.gray {
	color: #808080;
}

	.gray a:link, .gray a:visited, .gray a:hover, .gray a:active {
		color: #808080;
	}
	
	a.gray:link, a.gray:visited, a.gray:hover, a.gray:active {
		color: #808080;
	}
	
	
.green {
	color: #336600;
}

	.green a:link, .green a:visited, .green a:hover, .green a:active {
		color: #336600;
	}
	
	a.green:link, a.green:visited, a.green:hover, a.green:active {
		color: #336600;
	}
	
.black1 {
	color: #404040;
}

	.black1 a:link, .black1 a:visited, .black1 a:hover, .black1 a:active {
		color: #404040;
	}
	
	a.black1:link, a.black1:visited, a.black1:hover, a.black1:active {
		color: #404040;
	}
	
	
.red {
	color: #ED1C24 !important;
}

	.red a:link, .red a:visited, .red a:hover, .red a:active {
		color: #ED1C24 !important;
	}
	
	a.red:link, a.red:visited, a.red:hover, a.red:active {
		color: #ED1C24 !important;
	}
	
	
span.dashed {
}
			
	span.dashed a:link, span.dashed a:visited, span.dashed a:hover, span.dashed a:active {
		color: #0070C0 !important;
		text-decoration: none !important;
		border-bottom: 1px dashed #0070C0 !important;
	}
	
	a.dashed:link, a.dashed:visited, a.dashed:hover, a.dashed:active {
		color: #0070C0 !important;
		text-decoration: none !important;
		border-bottom: 1px dashed #0070C0 !important;
	}
	
	span.dashed2 a:link, span.dashed2 a:visited, span.dashed2 a:hover, span.dashed2 a:active {
		color: #262626 !important;
		text-decoration: none !important;
		border-bottom: 1px dashed #262626 !important;
	}