/* Default CSS Stylesheet for a new Web Application project */

BODY
{
   background-image:url('images/bg.gif'); 
   margin:0;
   
}

td {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: none;
}

h2.blue  {
	color:#026DAB; 
	font-weight:bold;
	font-size: 11px;
}

span.data {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #026DAB;
	text-decoration: none;
	border: none;
}

span.newstitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F7941D;
	text-decoration: none;
	border: none;
}

span.bluebold {
	color:#026DAB; 
	font-weight:bold;
	font-size: 11px;
}
/* для выделения в блоке новостей */
span.hili {
	color:#026DAB; 
	font-weight:bold;
	font-size: 11px;
}

a.blue {
	color:#026DAB; 
	text-decoration:underline
}

a.newstitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F7941D;
	text-decoration: none;
	border: none;
}

a:hover.newstitle {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F7941D;
	text-decoration: underline;
	border: medium none;
}

a.newstitle2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F7941D;
	text-decoration: underline;
	border: none;
}

a.bluebold {
	color:#026DAB; 
	text-decoration:underline;
	font-weight: bold;
}

a.semihideem {
	color:#026DAB; 
	text-decoration:underline;
	font-weight: bold;
}

/* Для pager новостей */

a.newspglnk {
	color:#026DAB; 
	text-decoration:underline
}

a.selnewspglnk {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F7941D;
	text-decoration: none;
	border: medium none;
}


a.whitebuttom {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
/* Для копирайта */
.co {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
