/* name: Основной для текста 
*/


/* name: Основной для ссылок
*/
.link		{ font: 14px Arial, Helvetica, sans-serif; color: #0033FF }
/* Шрифты */
.arial		{font-family:Arial, Helvetica, sans-serif}
.tahoma		{font-family:Tahoma, Verdana, sans-serif}
.verdana	{font-family:Verdana, Tahoma, sans-serif}
.times		{font-family:"Times New Roman", Times, serif}



/* Стили */
.i	{font-style:italic}
.b	{font-weight:bold}
.n	{font-weight:normal}
.u  {text-decoration:underline;}
.dash,.dash a	{text-decoration: none; border-bottom: 1px dashed; cursor:pointer}


/* Размеры */
.s8		{font-size: 8px;}
.s9		{font-size: 9px;}
.s10		{font-size: 10px}
.s11		{font-size: 11px}
.s12		{font-size: 12px}
.s13    {font-size: 13px;} 
.s14		{font-size: 14px}
.s16		{font-size: 16px}
.s17		{font-size: 17px}
.s18		{font-size: 18px}
.s19		{font-size: 19px}
.s20		{font-size: 20px}
.s22    	{font-size: 22px}
.s24		{font-size: 24px}
.s28        {font-size: 28px}
.s36        {font-size: 36px}
.s43        {font-size: 43px}



/* Цвета */

.black	 {color: #000000}
.black a {color: #000000}
a.red,.red	 {
	color: #ff3333
	}
a.red1,.red1 {
	color:#cc6600
}
.red a	 {color: #ff3333}
.gray64	  {color: #646464}
.gray64 a {color: #646464}
.grayb4, .grayb4 a {color:#b4bac3}

.gray	 {color: #999999}
.gray2  {color: #666666}
.gray a	 {color: #999999}
.blue	 {color: #0033CC}
.blue a	 {color: #0033CC}
a.green,.green   {color: #009900}
.green a {color: #009900}
a.selected_filter, .selected_filter{
	color: black;
	font-weight: bold;
}

.code {font-family: "Courier New", Courier, Terminal}
