.copyright { 
			text-decoration: none; 
			color: #FFFFFF; 
			font-size: 10px; 
			font-family: Tahoma, Arial; 
			font-weight: normal 
			}
a       	{ 
			text-align: center; 
			text-decoration: none; 
			color: #2FA600; 
			font-size: 10pt; 
			font-family: Tahoma, Arial; 
			font-weight: bold 
			}
a.news     	{ 
			text-align: left;
			color: #000000; 
			text-decoration: none;
			font-family: Tahoma,Arial;
			font-size: 10px;
			font-weight: bold;
			}
:hover	 	{ 	
			text-decoration: underline; 
			}

div.orange 	{ 
			margin-top: 5px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: center;
			color: #ff6633;
			text-decoration: none;
			font-family: Tahoma,Arial;
			font-size: 12px;
			font-weight: bold;
			}
div.white 	{ 
			margin-top: 5px;
			margin-left: 5px;
			margin-right: 5px;
			text-align: left;
			color: #ffffff;
			text-decoration: none;
			font-family: Tahoma,Arial;
			font-size: 12px;
			font-weight: bold;
			}
.newsbody {
			text-align: left;
			color: #000000;
			text-decoration: none;
			font-family: Tahoma,Arial;
			font-size: 11px;
			font-weight: normal;
			}
.newstopic {
			text-align: left;
			color: #ff6633;
			text-decoration: none;
			font-family: Tahoma,Arial;
			font-size: 11px;
			font-weight: bold;
			}
/* Дополнительные классы */
	.error
	{
		color : #FF0000;
		font-weight : bold;
	}
	
	.dateonfirstpage
	{
		color : #FFFFFF;	
		font-weight : bold;
	}
	.formheader
	{
		color : #FFFFFF;
		font-family : verdana, arial, sans-serif;
		font-size : 13px;
		font-weight : bold;
	}
	
	.newmsg
	{
		color : #E26012;
	}
	
	.adminmsg
	{
		color : #ff6633;
	}