/* Сссылки */
	a
	{
		font-family : verdana, arial, sans-serif;
		font-size : 11px;
		color : #255401;
	}
	a:hover
	{
		color : #003265;
	}
	.menu
	{
		font-family : verdana, arial, sans-serif;
		color : #FFFFFF;
		font-weight : bold;
		font-size : 11px;
		text-decoration : none;
	}
	.menucurrent
	{
		color : #003265;
		font-weight : bold;
		font-size : 11px;
		text-decoration : underline;
	}	
	.copyright
	{
		font-size : 11px;
		font-family : verdana, arial, sans-serif;
		color : #FFFFFF;
	}

/* Дополнительные классы */
	.blockheader
	{
		color : #FFFFFF;
		font-weight : bold;
	}
	
	.error
	{
		color : #FF0000;
		font-weight : bold;
	}
	
	.date
	{
		color : #003265;	
		font-weight : bold;
	}
	
	#red
	{
		color : #FF0000;
	}
